From: Michael Prokop Date: Mon, 25 Mar 2013 09:11:15 +0000 (+0100) Subject: save-config: fix syntax error [Closes: issue1247] X-Git-Tag: v0.10.3~1 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=c69610b1c7dd37023e247037be6638d86c394bad save-config: fix syntax error [Closes: issue1247] Thanks: Falko Mach --- diff --git a/bin/save-config b/bin/save-config index 9a7af99..fea435a 100755 --- a/bin/save-config +++ b/bin/save-config @@ -20,7 +20,7 @@ if [ -d /lib/live/mount/overlay ] ; then # since around December 2012 CHANGE_DIR='/lib/live/mount/overlay' - if [ -d /live/overlay ] ; then # until around December 2012 + elif [ -d /live/overlay ] ; then # until around December 2012 CHANGE_DIR='/live/overlay' elif [ -d /live/image ] ; then # old version CHANGE_DIR='/live/image'