nixos/traccar: fix shellcheck warning in preStart script (#539734)

This commit is contained in:
Sandro
2026-07-18 16:15:57 +00:00
committed by GitHub

View File

@@ -102,7 +102,7 @@ in
${lib.getExe pkgs.envsubst} \
-i ${configuration} \
-o ${configFilePath}
umask $old_umask
umask "$old_umask"
'';
serviceConfig = {