]> Frank Brehm's Git Trees - pixelpark/admin-tools.git/commitdiff
Changing call zenity to notification
authorFrank Brehm <frank@brehm-online.com>
Thu, 17 Jun 2021 06:18:28 +0000 (08:18 +0200)
committerFrank Brehm <frank@brehm-online.com>
Thu, 17 Jun 2021 06:18:28 +0000 (08:18 +0200)
bin/start-openfortivpn

index dfb90457821e671c2187f6ebaed4663ce686e3ce..63e74b422a46660728fea99dc6f65bc54ed93b9b 100755 (executable)
@@ -182,7 +182,7 @@ emerge_exit() {
 
     warn "${YELLOW}${msg}${NORMAL}"
     restore_normal_conf
-    zenity --warning --title "${BASE_NAME}" --no-wrap --text "${msg}"
+    zenity --notification --title "${BASE_NAME}" --no-wrap --text "${msg}"
 
     debug "Deactivating trap ..."
     trap - INT TERM EXIT ABRT