Skip to content
Snippets Groups Projects
Verified Commit c9081d6d authored by David Beniamine's avatar David Beniamine
Browse files

Fix timeout not shutting down the computer

parent 8cfaac6e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ export DISPLAY=:0
zenity --timeout $TIMEOUT --question --title "Sauvegarde terminée." \
--text "Voulez vous procéder à l'extinction automatique de l'ordinateur ?"
ans=$?
if [ $ans == 0 ]
if [ $ans != 1 ]
then
sudo shutdown -h now
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment