mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-02 14:23:08 +01:00
Corrections and fixes
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user