From 62927dc5f8c56b916becfe00309a2ebdee3b4752 Mon Sep 17 00:00:00 2001 From: RP1 Date: Thu, 6 Feb 2025 09:36:26 +0100 Subject: [PATCH] added exit at the end --- progrs-update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/progrs-update.sh b/progrs-update.sh index 3e81216..1cf8bb0 100644 --- a/progrs-update.sh +++ b/progrs-update.sh @@ -37,4 +37,6 @@ if [[ "$desktop" == GNOME ]]; then echo ${bold}${yellow}KDE Program Pkg Updated successfully!${normal} fi -zenity --info --text='Program Csomag Frissitve! Nincs szukseg ujrainditasra!' \ No newline at end of file +zenity --info --text='Program Csomag Frissitve! Nincs szukseg ujrainditasra!' + +exit 1 \ No newline at end of file