File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2143,7 +2143,7 @@ public function install_crontab() {
21432143
21442144 $ root_cron_jobs = array (
21452145 "* * * * * " .$ install_dir ."/server/server.sh 2>&1 > /dev/null | while read line; do echo `/bin/date` \"\$line \" >> " .$ conf ['ispconfig_log_dir ' ]."/cron.log; done " ,
2146- "30 00 * * * " .$ install_dir ."/server/cron_daily .sh 2>&1 > /dev/null | while read line; do echo `/bin/date` \"\$line \" >> " .$ conf ['ispconfig_log_dir ' ]."/cron.log; done "
2146+ "30 00 * * * " .$ install_dir ."/server/cron .sh 2>&1 > /dev/null | while read line; do echo `/bin/date` \"\$line \" >> " .$ conf ['ispconfig_log_dir ' ]."/cron.log; done "
21472147 );
21482148
21492149 if ($ conf ['nginx ' ]['installed ' ] == true ) {
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ if [ -f /usr/local/ispconfig/server/lib/php.ini ]; then
99 fi
1010fi
1111
12+ cd /usr/local/ispconfig/server
1213/usr/bin/php -q /usr/local/ispconfig/server/cron.php
You can’t perform that action at this time.
0 commit comments