fixed quoting

This commit is contained in:
Michael
2022-09-21 19:39:58 +00:00
parent f0614b21c0
commit 848310ca7e

View File

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