Compare commits
No commits in common. "3190a4584acb538fa9e7438b72147c7b40a34245" and "5aa51ff3b0816b87454b11a18672c498b9649a61" have entirely different histories.
3190a4584a
...
5aa51ff3b0
2
init.sh
2
init.sh
@ -823,7 +823,7 @@ initRootHelpers()
|
|||||||
sed "s/__MANAGER__/${sudo_user_name}/g" "$helper_src" > "$helper_tmp"
|
sed "s/__MANAGER__/${sudo_user_name}/g" "$helper_src" > "$helper_tmp"
|
||||||
if bash -n "$helper_tmp" 2>/dev/null; then
|
if bash -n "$helper_tmp" 2>/dev/null; then
|
||||||
sudo install -m 0755 -o root -g root "$helper_tmp" "$helper_dst"
|
sudo install -m 0755 -o root -g root "$helper_tmp" "$helper_dst"
|
||||||
isSuccessful "Installed root-owned helper ($helper)."
|
isSuccessful "Installed root-owned helper ($helper_dst)."
|
||||||
else
|
else
|
||||||
isError "Refusing to install a malformed root helper ($helper)."
|
isError "Refusing to install a malformed root helper ($helper)."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user