Fix non-functioning commands

This commit is contained in:
Manuel Thalmann 2024-03-24 13:04:11 +01:00
parent 1dc68b9b5b
commit 7ece566788

View file

@ -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 \