From cb8b81c7c6ddb5b238db18905c73c85ec2eb1851 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 23 May 2010 03:05:53 -0400 Subject: Make sure script it a+rx --- PCBSD/pc-sysinstall/examples/pfSense.cfg | 2 +- PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'PCBSD') 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 -- cgit v1.1