X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;fp=bin%2Flive-snapshot;h=46ae597adc895b4a44963a89f47c8b6c17a672ee;hb=97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f;hp=e6848243a832e1354e53bd14554df83ddc0bb61a;hpb=d16c9d87a189d136231a48f6ccd1fd54d4debaf5;p=live-boot-grml.git diff --git a/bin/live-snapshot b/bin/live-snapshot index e684824..46ae597 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -187,12 +187,12 @@ Try_refresh () FOUND="" if [ -n "${ROOTSNAP}" ]; then "${EXECUTABLE}" --resync-string="${ROOTSNAP}" - FOUND="Yes" + FOUND="true" fi if [ -n "${HOMESNAP}" ]; then "${EXECUTABLE}" --resync-string="${HOMESNAP}" - FOUND="Yes" + FOUND="true" fi if [ -z "${FOUND}" ]