dont i hate how initd respawns anyway. why so Fucking Ass
release / build (push) Successful in 53s

This commit is contained in:
lda
2025-08-31 05:18:32 +07:00 Unverified
parent eeff4ebe1a
commit 1a94cdb32c
7 changed files with 30 additions and 24 deletions
+4 -1
View File
@@ -14,7 +14,10 @@ if [ -z "$BIN_TMP" ] || [ -z "$DEST" ]; then
exit 2
fi
[ -f "$BIN_TMP" ] || { echo "tmp binary not found: $BIN_TMP" >&2; exit 1; }
[ -f "$BIN_TMP" ] || {
echo "tmp binary not found: $BIN_TMP" >&2
exit 1
}
chmod +x "$BIN_TMP" || true
if [ "$RESTART" = "1" ]; then