Updating seperators in networking bottom script to fix ip parameter parsing (Closes...
[live-boot-grml.git] / bin / live-snapshot
index 1e080c3..08e5fd6 100755 (executable)
@@ -40,7 +40,11 @@ fi
 . /usr/share/initramfs-tools/scripts/live-helpers
 
 LIVE_CONF="/etc/live.conf"
-. "${LIVE_CONF}"
+
+if [ -r "${LIVE_CONF}" ]
+then
+       . "${LIVE_CONF}"
+fi
 
 export USERNAME USERFULLNAME HOSTNAME