Call modeset unlocker

This commit is contained in:
Ferit Yiğit BALABAN 2022-06-12 19:24:32 +03:00
parent 53e1161a5f
commit 9720decf7e

View File

@ -8,7 +8,7 @@ while : ; do
then
sleep 5
else
echo Unlock!
python $HOME/scripts/modeset2.py --unlock
break
fi
done