X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=46ae597adc895b4a44963a89f47c8b6c17a672ee;hb=refs%2Ftags%2Fdebian%2F3.0_a30-1;hp=e6848243a832e1354e53bd14554df83ddc0bb61a;hpb=6d3f4fd5557f5efc83c42374417f4a05e99d3744;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}" ]