Remove temporary debug lines
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 22 May 2016 13:27:38 +0000 (14:27 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 22 May 2016 13:27:38 +0000 (14:27 +0100)
templates/lxc-debian-unprivileged

index 9a3f248ffb95d411f65fe39a5cc6fad00c52cf15..a5128bf99c5ce15c6185395431c18144a2c1e6b3 100755 (executable)
@@ -256,10 +256,6 @@ generate_network_config() {
 
 INTERFACE_DETAILS="$(generate_network_config)"
 
-# temporarily do something stupid
-echo "$INTERFACE_DETAILS"
-exit 1
-
 # rewrite the default config file
 
 sed -i -e "/lxc./{w ${LXC_PATH}/config-auto" -e "d}" "${LXC_PATH}/config"