summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 16:39:52 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 19:35:56 +0200
commit97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f (patch)
treeff2720832bf061beb2ab505599667b7be1de0137 /bin
parentd16c9d87a189d136231a48f6ccd1fd54d4debaf5 (diff)
downloadlive-boot-97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f.tar.gz
live-boot-97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f.zip
Consistenly using 'true' instead of 'Yes' or 'yes' when using booleans.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/live-snapshot4
1 files changed, 2 insertions, 2 deletions
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}" ]