diff --git a/wait_unlock.sh b/wait_unlock.sh index bf59281..92fc6a6 100755 --- a/wait_unlock.sh +++ b/wait_unlock.sh @@ -8,7 +8,7 @@ while : ; do then sleep 5 else - echo Unlock! + python $HOME/scripts/modeset2.py --unlock break fi done