]> git.pld-linux.org Git - packages/vzctl.git/commitdiff
- lost curly bracket, removed set -x
authorŁukasz Chrustek <lukasz@chrustek.net>
Sat, 3 Nov 2012 00:05:27 +0000 (01:05 +0100)
committerŁukasz Chrustek <lukasz@chrustek.net>
Sat, 3 Nov 2012 00:05:27 +0000 (01:05 +0100)
pld-add_ip.sh

index 5525f6986cad9c5994dd89dee401a9a44ca3fe88..df695149d40b769d467c96742d8c76181d2c1d65 100755 (executable)
@@ -17,7 +17,6 @@
 #
 #
 # Adds IP address(es) in a container running SuSE.
-set -x
 
 VENET_DEV=venet0
 IFCFG_DIR=/etc/sysconfig/interfaces/
@@ -49,6 +48,8 @@ IPADDR=127.0.0.1" > ${IFCFG} ||
        if [ ! -f ${HOSTFILE} ]; then
                echo "127.0.0.1 localhost.localdomain localhost" > $HOSTFILE
        fi
+}
+
 function create_config()
 {
        local ip=$1
This page took 0.149724 seconds and 4 git commands to generate.