From 97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 16:39:52 +0200 Subject: Consistenly using 'true' instead of 'Yes' or 'yes' when using booleans. --- bin/live-snapshot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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}" ] -- cgit v1.2.3