diff options
-rwxr-xr-x | bin/g-i-installation.sh | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index a02a6106..df5768de 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -212,13 +212,19 @@ normal_action() { let MY_NR=NR-TRIGGER_NR TOKEN=$(printf "%03d" $MY_NR) case $TOKEN in - 010) do_and_report type jenkins + 050) do_and_report type jenkins ;; - 020) do_and_report key enter + 060) do_and_report key enter + ;; + 070) do_and_report type insecure ;; - 030) do_and_report type insecure + 080) do_and_report key enter ;; - 040) do_and_report key enter + 100) case $NAME in + *lxde*) do_and_report key enter + ;; + *) ;; + esac ;; *) ;; esac |