Fix syntax error

This commit is contained in:
Manuel Thalmann 2024-07-15 13:17:00 +02:00
parent 39e278d493
commit 7c6f37a7dd

View file

@ -20,7 +20,7 @@ if [ (id -u) -eq 0 ]
--comment "PortValhalla setup user" \ --comment "PortValhalla setup user" \
--system \ --system \
--no-user-group \ --no-user-group \
--groups wheel nix-users \ --groups wheel,nix-users \
--create-home \ --create-home \
--uid (getConfig valhalla.setupUser.id --json) \ --uid (getConfig valhalla.setupUser.id --json) \
"$name" "$name"