THE ABSOLUTE CRIME of not committing frequently

This commit is contained in:
lda
2025-10-20 22:33:23 +07:00 Unverified
parent fabf67297e
commit 1e7db089d5
29 changed files with 538 additions and 489 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ start() {
RETRY_COUNT=0
# shellcheck disable=SC2016
nohup sh -c '
sh -c '
while [ "$RETRY_COUNT" -lt "$MAX_RETRIES" ]; do
if fn; then
echo "[update_tailscale] Success at $(date)" >>"$LOGFILE"