mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-03 14:13:27 +00:00
testing fix for capitalisation of app name
This commit is contained in:
@@ -52,7 +52,7 @@ fi
|
||||
echo Started Installomator
|
||||
for what in $whatList; do
|
||||
echo Installing ${what}
|
||||
TMAPPNA$(sed -n "/${what}/,\$p" /usr/local/Installomator/Installomator.sh | sed -n 2p)
|
||||
TMAPPNA=$(sed -n "/"'"${what}"'"/,\$p" /usr/local/Installomator/Installomator.sh | sed -n 2p)
|
||||
$TMAPPNA
|
||||
echo "Status: installing $name" >> /var/tmp/depnotify.log
|
||||
echo "Command: DeterminateManualStep: 1" >> /var/tmp/depnotify.log
|
||||
|
||||
Reference in New Issue
Block a user