Fix: mariadb repo in update_scripts (#10034)

This commit is contained in:
CanbiZ
2025-12-16 15:11:22 +01:00
committed by GitHub
parent 000c8b5fc9
commit 951fb3d53a
32 changed files with 70 additions and 45 deletions

View File

@@ -27,6 +27,7 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
setup_mariadb
if ! grep -Fq "root /usr/bin/php /opt/domain-monitor/cron/check_domains.php" /etc/crontab; then
echo "0 0 * * * root /usr/bin/php /opt/domain-monitor/cron/check_domains.php" >>/etc/crontab