From: Simon Ruderich Date: Mon, 24 Aug 2015 10:03:21 +0000 (+0200) Subject: bin/xlockscreen: fix typo in variable name X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=e022b5d244d6a1b99cca62a9fa569c360af0804d;p=config%2Fdotfiles.git bin/xlockscreen: fix typo in variable name --- diff --git a/bin/xlockscreen b/bin/xlockscreen index 741d6f1..88dbee5 100755 --- a/bin/xlockscreen +++ b/bin/xlockscreen @@ -57,13 +57,13 @@ if test x"$1" = xstart; then xscreensaver >/dev/null & echo xscreensaver elif installed xautolock; then - if installed "$lock_bin"; then + if installed "$lock_binary"; then xautolock -secure -time "$lock_time_minutes" \ -locker "$lock_binary" \ >/dev/null & echo xautolock else - echo "Locker '$lock_bin' not installed. Auto lock won't work!" + echo "Locker '$lock_binary' not installed. Auto lock won't work!" exit 1 fi else