Skip to content

Commit 234f1e6

Browse files
authored
fix menu for apps (#2466)
1 parent 64b69c9 commit 234f1e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/previewgenerator.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
44

5+
source /var/scripts/lib.sh
6+
57
####### TEMPORARY 2023-04-01 #######
68

79
run_script APPS imaginary

menu/additional_apps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ case "$choice" in
106106
;;&
107107
*"Imaginary"*)
108108
print_text_in_color "$ICyan" "Downloading the Imaginary script..."
109-
run_script APP previewgenerator
109+
run_script APP imaginary
110110
;;&
111111
*"Notify Push"*)
112112
print_text_in_color "$ICyan" "Downloading the Notify Push script..."

0 commit comments

Comments
 (0)