[Fusionforge-commits] r12514 - trunk/tests/lxc
Christian Bayle
cbayle at fusionforge.org
Wed Mar 2 11:12:21 CET 2011
Author: cbayle
Date: 2011-03-02 11:12:20 +0100 (Wed, 02 Mar 2011)
New Revision: 12514
Modified:
trunk/tests/lxc/lxc-debian6.postinst
Log:
fix if then else error
Modified: trunk/tests/lxc/lxc-debian6.postinst
===================================================================
--- trunk/tests/lxc/lxc-debian6.postinst 2011-03-02 10:07:30 UTC (rev 12513)
+++ trunk/tests/lxc/lxc-debian6.postinst 2011-03-02 10:12:20 UTC (rev 12514)
@@ -23,9 +23,9 @@
gateway $gateway
EOF
+ else
+ exit 2
fi
-else
- exit 2
fi
}
More information about the Fusionforge-commits
mailing list