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.
2 parents d0220bb + 4e7b04c commit ac58c9eCopy full SHA for ac58c9e
server/cron.sh
@@ -2,6 +2,8 @@
2
3
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
4
5
+. /etc/profile
6
+
7
if [ -f /usr/local/ispconfig/server/lib/php.ini ]; then
8
PHPINIOWNER=`stat -c %U /usr/local/ispconfig/server/lib/php.ini`
9
if [ $PHPINIOWNER == 'root' ] || [ $PHPINIOWNER == 'ispconfig' ]; then
0 commit comments