summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall
diff options
context:
space:
mode:
Diffstat (limited to 'PCBSD/pc-sysinstall')
-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 66d323a..077d022 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=/usr/local/bin/after_installation_routines.sh
+runCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && /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 4086e11..96a0d49 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=/usr/local/bin/after_installation_routines.sh
+runCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && /usr/local/bin/after_installation_routines.sh
OpenPOWER on IntegriCloud