Finalize configuration

This commit is contained in:
Ferit Yiğit BALABAN
2022-06-12 20:20:52 +03:00
parent eb2297554a
commit b4f1dc76ac
4 changed files with 5 additions and 7 deletions

View File

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