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