Adding upstream version 3.0~a30.
[live-boot-grml.git] / bin / live-snapshot
index e684824..46ae597 100755 (executable)
@@ -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}" ]