From 95da61fbc4a2968c4c486302d23572cb80c65061 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 14 Nov 2008 15:34:17 +0000
Subject: [PATCH] Load paths from /etc/profile in server.sh script.

---
 server/server.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server/server.sh b/server/server.sh
index ddd0b38f90..5f8cc06c6d 100644
--- a/server/server.sh
+++ b/server/server.sh
@@ -2,4 +2,6 @@
 
 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
 
+. /etc/profile
+
 /usr/bin/php -q /usr/local/ispconfig/server/server.php
\ No newline at end of file
-- 
GitLab