mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Fixed upgrade language
This commit is contained in:
parent
897bd2c56e
commit
55a140045b
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue