pika-drivers/data/dialog-success.sh
Ward Nakchbandi (Cosmic Fusion) 602c50f0ed minor changes
2023-07-01 17:11:54 +03:00

7 lines
161 B
Bash
Executable File

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