diff options
author | Georg Kunz <georg.kunz@est.tech> | 2020-08-28 21:07:04 +0200 |
---|---|---|
committer | Rihab Banday <rihab.banday@ericsson.com> | 2020-09-08 11:14:40 +0000 |
commit | 9a779464630cbb825d805d893147dcf2603c2350 (patch) | |
tree | c0ef585c7be0429ef776d003c6b6805f0ed09247 /hw_config/ericsson-pod2 | |
parent | 45d640dd68ffee50a0d469a777b0fdc3546953a9 (diff) |
Fixing linting errors
Fixing linting errors raised by shellcheck.
Signed-off-by: Georg Kunz <georg.kunz@est.tech>
Change-Id: I3996b81d930724cf37a855649c615782d756d809
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/70895
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
Diffstat (limited to 'hw_config/ericsson-pod2')
-rwxr-xr-x | hw_config/ericsson-pod2/setup_network.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw_config/ericsson-pod2/setup_network.sh b/hw_config/ericsson-pod2/setup_network.sh index 022394d..4696f6b 100755 --- a/hw_config/ericsson-pod2/setup_network.sh +++ b/hw_config/ericsson-pod2/setup_network.sh @@ -1,8 +1,8 @@ +#!/bin/bash # Adapt this script according to your network setup # TODO Get networking info from PDF & IDF # TODO Add support in infra engine to update nameserver, etc # files with correct info -#!/bin/bash echo "no additional network setup needed" |