Skip to content

Commit 95da61f

Browse files
committed
Load paths from /etc/profile in server.sh script.
1 parent 7c514fd commit 95da61f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/server.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
44

5+
. /etc/profile
6+
57
/usr/bin/php -q /usr/local/ispconfig/server/server.php

0 commit comments

Comments
 (0)