X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=46ae597adc895b4a44963a89f47c8b6c17a672ee;hb=5a6fb1a5946c4945416d932d86e8f59671c80228;hp=e6848243a832e1354e53bd14554df83ddc0bb61a;hpb=9657ab15cc02aa4c8311ed66dcc95a0b350ce1bb;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}" ]