X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=bin%2Fsave-config;h=fea435acb61596c211abfa5b317ba152e023aeb9;hp=9a7af99768b1c2f5095475a1747ed2ff683598fa;hb=c69610b1c7dd37023e247037be6638d86c394bad;hpb=43a9d0bd598feb5e0ea9bd43d1e3d8b76d369e94;ds=sidebyside 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'