From 093873d1b65cf6c75f968132d936d2b8b53c7e16 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sun, 27 Nov 2022 14:43:19 +0000 Subject: [PATCH] fix missing i --- Helpers/launch-app-installs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helpers/launch-app-installs.sh b/Helpers/launch-app-installs.sh index 7818058..80d3c6b 100644 --- a/Helpers/launch-app-installs.sh +++ b/Helpers/launch-app-installs.sh @@ -11,7 +11,7 @@ whatList="$MDMAPPLABEL" for what in $whatList; do export what echo Installing ${what} -curl -s https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/install-app-loop-beta-multple.sh?v=123$(date +%s) | bash +curl -s https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/install-app-loop-beta-multiple.sh?v=123$(date +%s) | bash done