From 3b9adc6507ffa4af72bcda279ebe089e6ec03ec9 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 8 Dec 2015 10:48:45 +0545 Subject: 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. --- src/usr/local/sbin/pfSense-upgrade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr') 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) " -- cgit v1.1