Closed clburlison closed 8 years ago
Should update the following line in remove_once.sh#L10 to
/usr/bin/su -u "${USER_HOME}" /usr/bin/defaults delete com.github.outset.once.plist /usr/local/outset/login-once/$1
hat tip to schwieb for showing this in the #microsoft-office channel in the MacAdmins Group.
Close but wrong:
/usr/bin/sudo -s -u "${USER_HOME}" /usr/bin/defaults delete /Users/"${USER_HOME}"/Library/Preferences/com.github.outset.once /usr/local/outset/login-once/$1
Should update the following line in remove_once.sh#L10 to
hat tip to schwieb for showing this in the #microsoft-office channel in the MacAdmins Group.