🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-03-14 19:23:50 -04:00
parent 16760ba893
commit 81de015f7d
6 changed files with 13 additions and 12 deletions

View File

@@ -202,7 +202,7 @@ __cron() {
eval "$command"
sleep $interval
[ -f "/run/cron/$cmd" ] || break
done |& tee /var/log/entrypoint.log
done |& tee /data/logs/entrypoint.log
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
__replace() {