From 5a711db69677568a446920a1efc4dc31b09a924d Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Mon, 1 Feb 2021 21:45:07 +0100 Subject: [PATCH] Fixed oopsie --- CMS/Backend/conf.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMS/Backend/conf.sh b/CMS/Backend/conf.sh index cacae23..d06ab41 100644 --- a/CMS/Backend/conf.sh +++ b/CMS/Backend/conf.sh @@ -10,6 +10,6 @@ chown Backend:Backend -R /var/lib/phpmyadmin/tmp chown Backend:Backend -R /var/log/PhpMyAdmin systemctl reload "$phpFPMService" #Auto disable backends at night -echo "0 0 * * * root bash /opt/toggle/toggle-Netdata.sh -d > >/dev/null 2>&1" >> /etc/cron.d/autodisablebackend -echo "0 0 * * * root bash /opt/toggle/toggle-PhpMyAdmin.sh -d > >/dev/null 2>&1" >> /etc/cron.d/autodisablebackend -echo "0 0 * * * root bash /opt/toggle/toggle-MonitWebui.sh -d > >/dev/null 2>&1" >> /etc/cron.d/autodisablebackend \ No newline at end of file +echo "0 0 * * * root bash /opt/toggle/toggle-Netdata.sh -d > /dev/null 2>&1" >> /etc/cron.d/autodisablebackend +echo "0 0 * * * root bash /opt/toggle/toggle-PhpMyAdmin.sh -d > /dev/null 2>&1" >> /etc/cron.d/autodisablebackend +echo "0 0 * * * root bash /opt/toggle/toggle-MonitWebui.sh -d > /dev/null 2>&1" >> /etc/cron.d/autodisablebackend \ No newline at end of file