From 4fb58c91416e27a51532f5e83d2f1aff95483a82 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 16 Feb 2014 12:30:33 +0100 Subject: fix --- src/photoalbum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/photoalbum.sh b/src/photoalbum.sh index 174fe8c..9db5eb9 100755 --- a/src/photoalbum.sh +++ b/src/photoalbum.sh @@ -10,7 +10,7 @@ declare -r VERSION='PHOTOALBUMVERSION' declare -r DEFAULTRC=/etc/default/photoalbum if [ -z "${RC}" ]; then - RCFILE="${DEFAULTRC}" + RC="${DEFAULTRC}" fi usage() { -- cgit v1.2.3