summaryrefslogtreecommitdiffstats
path: root/src/etc/rc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-29 17:43:18 -0300
committerRenato Botelho <renato@netgate.com>2015-09-29 17:43:18 -0300
commit2bd7417d0d58803902dd68b9c389eaee1536ce63 (patch)
tree63e5b8bd879580df78e99a83245fc95dc731c591 /src/etc/rc
parent7a19c3269b9e9d0991514d72cd1f6eafc031bda3 (diff)
downloadpfsense-2bd7417d0d58803902dd68b9c389eaee1536ce63.zip
pfsense-2bd7417d0d58803902dd68b9c389eaee1536ce63.tar.gz
Call correct script on upgrade process and obsolete the old version
Diffstat (limited to 'src/etc/rc')
-rwxr-xr-xsrc/etc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc b/src/etc/rc
index aebe348..9a67415 100755
--- a/src/etc/rc
+++ b/src/etc/rc
@@ -335,7 +335,7 @@ echo "done."
# Finish update
if [ -f /cf/conf/upgrade_in_progress ]; then
echo "Running second stage of upgrade process..."
- /usr/local/sbin/pfsense-upgrade.sh -y
+ /usr/local/sbin/pfSense-upgrade -y
fi
# Run the php.ini setup file and populate
OpenPOWER on IntegriCloud