Typo and missing sheband

This commit is contained in:
Raphaël Numbus
2026-01-09 14:13:37 +01:00
parent 3541fd13e4
commit 2026ff9fd5
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -10,6 +10,8 @@
RemainAfterExit = true;
};
script = ''
#!/usr/bin/env bash
if [[ -e /home/numbus-admin/.numbus-server/chowned.true ]]; then
exit 0
fi
@@ -34,6 +36,8 @@
RemainAfterExit = true;
};
script = ''
#!/usr/bin/env bash
if [[ -e /home/numbus-admin/.numbus-server/networked.true ]]; then
exit 0
fi