fix missing i

This commit is contained in:
Michael
2022-11-27 14:43:19 +00:00
parent ed328b9148
commit 093873d1b6

View File

@@ -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