From 14173ba59834d8bfee7c09a2cb6b9f5c1a10614d Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 17 Jun 2021 08:18:28 +0200 Subject: [PATCH] Changing call zenity to notification --- bin/start-openfortivpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start-openfortivpn b/bin/start-openfortivpn index dfb9045..63e74b4 100755 --- a/bin/start-openfortivpn +++ b/bin/start-openfortivpn @@ -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 -- 2.39.5