fix typo
[distro-setup] / btrbk-run
index cec50f1cff60278ce628d7db4dc6189ed8132397..f768ad4ffff561c65bf1d67ac3d8d9a02a9b74d6 100644 (file)
--- a/btrbk-run
+++ b/btrbk-run
@@ -503,7 +503,7 @@ else
     # This is a separate ssh because the command can fail and thatis ok.
     if $cron; then
       locked=false
-      if lock_info=$(timeout -s 9 6 ssh $h DISPLAY=:0 xscreensaver-command -timer); then
+      if lock_info=$(timeout -s 9 6 ssh $h DISPLAY=:0 xscreensaver-command -time); then
         if [[ $lock_info != *non-blanked* ]]; then
           locked=true
         fi