Tweak upgrade output

This commit is contained in:
Taylor Helsper 2019-08-24 15:07:37 -05:00
parent 2fc1fbf0d2
commit ab8d4e21e7

View File

@ -46,7 +46,7 @@ if [ "$#" -ge 2 ]; then
echo "Only updating files... Done."
else
# Service not found, reboot
echo "Service not found, doing full upgrade and rebooting device..."
echo "Full upgrade, running post upgrade script and rebooting device..."
/bin/bash /usr/bin/mynode_post_upgrade.sh
reboot
fi