summaryrefslogtreecommitdiffstats
path: root/PCBSD
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-23 03:30:46 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-23 03:30:46 -0400
commite5ca8dfe66380a5913831955541c0ab0e8766f44 (patch)
treedfe9064c969b3f66482788793465a15d21f54e8b /PCBSD
parentcb8b81c7c6ddb5b238db18905c73c85ec2eb1851 (diff)
downloadpfsense-e5ca8dfe66380a5913831955541c0ab0e8766f44.zip
pfsense-e5ca8dfe66380a5913831955541c0ab0e8766f44.tar.gz
cd to / before running after_installation_routines.sh
Diffstat (limited to 'PCBSD')
-rw-r--r--PCBSD/pc-sysinstall/examples/pfSense.cfg2
-rw-r--r--PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs2
2 files changed, 2 insertions, 2 deletions
diff --git a/PCBSD/pc-sysinstall/examples/pfSense.cfg b/PCBSD/pc-sysinstall/examples/pfSense.cfg
index 077d022..7a31856 100644
--- a/PCBSD/pc-sysinstall/examples/pfSense.cfg
+++ b/PCBSD/pc-sysinstall/examples/pfSense.cfg
@@ -27,5 +27,5 @@ packageType=cpdup
# Optional Components
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var
-runCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && /usr/local/bin/after_installation_routines.sh
+runCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh
diff --git a/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs b/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs
index 96a0d49..4554441 100644
--- a/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs
+++ b/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs
@@ -41,4 +41,4 @@ commitDiskLabel
# Optional Components
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var
-runCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && /usr/local/bin/after_installation_routines.sh
+runCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh
OpenPOWER on IntegriCloud