pika-drivers/data/dialog-success.sh
Ward Nakchbandi (Cosmic Fusion) ece1bda657 some local changes
2023-08-14 15:47:31 +03:00

12 lines
225 B
Bash
Executable File

#! /bin/bash
if echo $1 | grep -i mesa
then
true
else
if zenity --question --text ""$1" has been processed successfully. Would you like to reboot for changes to take effect?"
then
systemctl reboot
fi
fi