summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/phoenix-bin/files/phoenix')
-rw-r--r--net-www/phoenix-bin/files/phoenix4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-www/phoenix-bin/files/phoenix b/net-www/phoenix-bin/files/phoenix
index 27b6b6ed4c7c..b381033ecc68 100644
--- a/net-www/phoenix-bin/files/phoenix
+++ b/net-www/phoenix-bin/files/phoenix
@@ -3,6 +3,10 @@
export MOZILLA_FIVE_HOME="/usr/lib/phoenix"
PHOENIX_PATH="/usr/lib/phoenix"
+# Seems like pidof resides in /sbin on some boxes
+# Modifying the PATH to reflect that
+PATH="/sbin:${PATH}"
+
if [ -z "`pidof phoenix-bin`" ]; then
# No phoenix running
${PHOENIX_PATH}/phoenix $@