From 55a140045bebff0aef2701c4100dd4dacd8d1c00 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 16 Nov 2017 16:50:16 -0800 Subject: [PATCH] Fixed upgrade language --- upgrade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upgrade.php b/upgrade.php index f96036cd77..1370ae4f99 100644 --- a/upgrade.php +++ b/upgrade.php @@ -19,10 +19,10 @@ echo "Welcome to the Snipe-IT upgrader.\n\n"; echo "Please note that this script will not download the latest Snipe-IT \n"; echo "files for you unless you have git installed. \n"; echo "It simply runs the standard composer and artisan \n"; -echo "commands needed to finalize the upgrade after \n\n"; +echo "commands needed to finalize the upgrade after. \n\n"; echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"; -echo "!! If you have any encrypted custom fields, BE SURE TO run the recrypter. \n"; +echo "!! If you have any encrypted custom fields, BE SURE TO run the recrypter if upgrading from v3 to v4. \n"; echo "!! See the Snipe-IT documentation for help: \n"; echo "!! https://snipe-it.readme.io/docs/upgrading-to-v4\n"; echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n";