We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b69c9 commit 234f1e6Copy full SHA for 234f1e6
apps/previewgenerator.sh
@@ -2,6 +2,8 @@
2
3
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
4
5
+source /var/scripts/lib.sh
6
+
7
####### TEMPORARY 2023-04-01 #######
8
9
run_script APPS imaginary
menu/additional_apps.sh
@@ -106,7 +106,7 @@ case "$choice" in
106
;;&
107
*"Imaginary"*)
108
print_text_in_color "$ICyan" "Downloading the Imaginary script..."
109
- run_script APP previewgenerator
+ run_script APP imaginary
110
111
*"Notify Push"*)
112
print_text_in_color "$ICyan" "Downloading the Notify Push script..."
0 commit comments