Compare commits

..

No commits in common. "fba5456218f649828c510fa86f402368253e6894" and "c60520e845b13d8974b27c89552e2e9735d0d0f8" have entirely different histories.

View File

@ -715,6 +715,8 @@ initUsers()
isError "Refusing to install an invalid sudoers drop-in for $sudo_user_name." isError "Refusing to install an invalid sudoers drop-in for $sudo_user_name."
fi fi
rm -f "$sudoers_tmp" rm -f "$sudoers_tmp"
initRootHelpers
} }
# Tighten the manager's sudo from the install-phase NOPASSWD: ALL down to the # Tighten the manager's sudo from the install-phase NOPASSWD: ALL down to the
@ -1421,7 +1423,6 @@ else
initUsers initUsers
initFolders initFolders
initGIT initGIT
initRootHelpers
initLibrePortalCommand initLibrePortalCommand
initUpdateConfigs initUpdateConfigs
completeInitMessage completeInitMessage