Fix non-functioning commands
This commit is contained in:
parent
dff19f4604
commit
d9d461c723
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ pushd "$rootDir" > /dev/null;
|
|||
function autoRoot() {
|
||||
{
|
||||
echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL"
|
||||
} > "/etc/sudoers.d/PortValhalla.conf";
|
||||
} | sudo tee "/etc/sudoers.d/PortValhalla.conf" > /dev/null;
|
||||
}
|
||||
|
||||
runHook initialize \
|
||||
|
|
Loading…
Reference in a new issue