From 6497b49238d6fab07cfdc435e833131508f61234 Mon Sep 17 00:00:00 2001 From: zorn-v Date: Tue, 19 Nov 2024 22:28:44 +1000 Subject: [PATCH] Fix exit with PW_GUI_DISABLED_CS=1 --- data_from_portwine/scripts/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/data_from_portwine/scripts/start.sh b/data_from_portwine/scripts/start.sh index 885b00f..a2400b8 100755 --- a/data_from_portwine/scripts/start.sh +++ b/data_from_portwine/scripts/start.sh @@ -905,6 +905,7 @@ case "$PW_YAD_SET" in esac case "$PW_YAD_SET" in + '') ;; 98) portwine_change_shortcut ;; 100) portwine_create_shortcut ;; DEBUG|102) portwine_start_debug ;;