Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/previewgenerator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

source /var/scripts/lib.sh

####### TEMPORARY 2023-04-01 #######

run_script APPS imaginary
2 changes: 1 addition & 1 deletion menu/additional_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ case "$choice" in
;;&
*"Imaginary"*)
print_text_in_color "$ICyan" "Downloading the Imaginary script..."
run_script APP previewgenerator
run_script APP imaginary
;;&
*"Notify Push"*)
print_text_in_color "$ICyan" "Downloading the Notify Push script..."
Expand Down