We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd568a7 commit fdfd558Copy full SHA for fdfd558
server/cron_daily.sh
@@ -1,5 +1,5 @@
1
-#!/bin/bash
+#!/bin/sh
2
3
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
4
5
-/usr/bin/php -q /usr/local/ispconfig/server/cron_daily.php
+/usr/bin/php -q /usr/local/ispconfig/server/cron_daily.php
server/server.sh
@@ -1,7 +1,7 @@
. /etc/profile
6
7
-/usr/bin/php -q /usr/local/ispconfig/server/server.php
+/usr/bin/php -q /usr/local/ispconfig/server/server.php
0 commit comments