Fix typos

This commit is contained in:
Manuel Thalmann 2024-07-15 13:15:57 +02:00
parent f993f4da5e
commit d3ea49dba5

View file

@ -10,7 +10,7 @@ function copyNixConfig -V dir
end end
if [ (id -u) -eq 0 ] if [ (id -u) -eq 0 ]
copyNixConfig; copyNixConfig
set -l name (getConfig valhalla.setupUser.name) set -l name (getConfig valhalla.setupUser.name)
set -l sudoConfig "/etc/sudoers.d/PortValhalla" set -l sudoConfig "/etc/sudoers.d/PortValhalla"
@ -34,7 +34,7 @@ if [ (id -u) -eq 0 ]
rm "$sudoConfig" rm "$sudoConfig"
userdel -r "$name" userdel -r "$name"
else else
copyNixConfig; copyNixConfig
runHook initialize || true runHook initialize || true
runHook installDrivers || true runHook installDrivers || true
runHook installOS || true runHook installOS || true