summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-08 10:48:45 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-08 10:48:45 +0545
commit3b9adc6507ffa4af72bcda279ebe089e6ec03ec9 (patch)
tree493dadd3a5724321eb33b845e9775cd38064233d /src
parent7a2cec8fdd6c06fb37da499baa2fc670e5cba1e5 (diff)
downloadpfsense-3b9adc6507ffa4af72bcda279ebe089e6ec03ec9.zip
pfsense-3b9adc6507ffa4af72bcda279ebe089e6ec03ec9.tar.gz
pfSense-upgrade script text
Just a few extra words to put in this text, while I am reading it and waiting for the upgrade to complete.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/sbin/pfSense-upgrade6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/sbin/pfSense-upgrade b/src/usr/local/sbin/pfSense-upgrade
index 4ee40cb..b4a34b8 100755
--- a/src/usr/local/sbin/pfSense-upgrade
+++ b/src/usr/local/sbin/pfSense-upgrade
@@ -243,7 +243,7 @@ pkg_update() {
if [ -z "${_force}" -a -f ${last_update_file} ]; then
local _last_update=$(head -n 1 ${last_update_file})
- # Verify if content contain only numbers
+ # Verify if content contains only numbers
if echo "${_last_update}" | grep -E -q '^[0-9]+$'; then
local _now=$(date +%s)
# Only run update hourly, and if last update is in the future
@@ -310,8 +310,8 @@ pkg_upgrade() {
_echo "**** WARNING ****"
_echo "Duplicate slice required!!"
_echo ""
- _echo "Before start upgrade process, current mounted nanobsd partition"
- _echo "needs to be cloned to secondary partition, where update will happen"
+ _echo "Before starting the upgrade process, the currently mounted nanobsd partition"
+ _echo "needs to be cloned to the secondary partition, where the update will happen"
_echo ""
if [ -z "${yes}" ]; then
_echo -n "Proceed with upgrade? (y/N) "
OpenPOWER on IntegriCloud