diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-12-17 23:56:31 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-12-17 23:56:31 -0500 |
commit | dabad9b76b40cf2cf263167637c1cf8b5a4ad87e (patch) | |
tree | 2d60bd9b3e25f70e13c520de2a9d088c63cbfad4 /usr | |
parent | 2f13a852b79f7e275ed421e15e91ef5167c1aea7 (diff) | |
download | pfsense-dabad9b76b40cf2cf263167637c1cf8b5a4ad87e.zip pfsense-dabad9b76b40cf2cf263167637c1cf8b5a4ad87e.tar.gz |
Correct path
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh b/usr/sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh index 498b3f9..9f91e85 100755 --- a/usr/sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh +++ b/usr/sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh @@ -38,7 +38,7 @@ # Set this to the program location if [ -z "${PROGDIR}" ] then - PROGDIR="/usr/share/pc-sysinstall" + PROGDIR="/usr/sbin/pc-sysinstall" export PROGDIR fi |