Corrections and fixes

This commit is contained in:
Theile
2022-09-26 16:13:35 +02:00
parent a68ac0d065
commit ddc7a67e38
3 changed files with 8 additions and 4 deletions

View File

@@ -103,8 +103,7 @@ uid=$(id -u "$currentUser")
userHome="$(dscl . -read /users/${currentUser} NFSHomeDirectory | awk '{print $2}')"
# Verify that Installomator has been installed
#destFile="/usr/local/Installomator/Installomator.sh"
destFile="/usr/local/Installomator/Installomator10.sh"
destFile="/usr/local/Installomator/Installomator.sh"
if [ ! -e "${destFile}" ]; then
echo "Installomator not found here:"
echo "${destFile}"