Fix typos
This commit is contained in:
parent
43869c3623
commit
8c7786c554
|
@ -10,7 +10,7 @@ function copyNixConfig -V dir
|
|||
end
|
||||
|
||||
if [ (id -u) -eq 0 ]
|
||||
copyNixConfig;
|
||||
copyNixConfig
|
||||
set -l name (getConfig valhalla.setupUser.name)
|
||||
set -l sudoConfig "/etc/sudoers.d/PortValhalla"
|
||||
|
||||
|
@ -34,7 +34,7 @@ if [ (id -u) -eq 0 ]
|
|||
rm "$sudoConfig"
|
||||
userdel -r "$name"
|
||||
else
|
||||
copyNixConfig;
|
||||
copyNixConfig
|
||||
runHook initialize || true
|
||||
runHook installDrivers || true
|
||||
runHook installOS || true
|
||||
|
|
Loading…
Reference in a new issue