Fix cron job

This commit is contained in:
Kay0u 2020-03-27 14:50:48 +01:00
parent 06e7cdc69e
commit 3c51fdbf9c
No known key found for this signature in database
GPG key ID: 7FF262C033518333

View file

@ -1,2 +1,2 @@
# Upgrade all continers
30 2 * * * root "/opt/yunohost-ciyunohost/auto_upgrade_container.sh"
30 2 * * * root /bin/bash -c "/opt/yunohost-ci/auto_upgrade_container.sh >> /opt/yunohost-ci/upgrade.log 2>>/opt/yunohost-ci/upgrade-error.log"