diff --git a/scripts/system/cron--run.sh b/scripts/system/cron--run.sh index 08ec0c5..6bde17a 100755 --- a/scripts/system/cron--run.sh +++ b/scripts/system/cron--run.sh @@ -2,5 +2,5 @@ set -e while IFS= read -r ID; do echo "🆔 $ID" - docker exec --user www-data $ID app/bin/legacy -C cron + docker exec --user www-data $ID app/bin/legacy -C cron || true done <<<"$(docker ps | grep "chevereto:" | awk '{ print $1 }')"