From c69610b1c7dd37023e247037be6638d86c394bad Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 25 Mar 2013 10:11:15 +0100 Subject: [PATCH] save-config: fix syntax error [Closes: issue1247] Thanks: Falko Mach --- bin/save-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.1.4