In the sea, @uberbrady! (fixed missing semicolon)

This commit is contained in:
snipe
2025-11-26 00:35:16 +00:00
parent ca4ed605a8
commit b3996f1970

View File

@@ -79,7 +79,7 @@ echo "This script will attempt to: \n\n";
echo "- validate some very basic .env file settings \n"; echo "- validate some very basic .env file settings \n";
echo "- check your PHP version and extension requirements \n"; echo "- check your PHP version and extension requirements \n";
echo "- check directory permissions \n"; echo "- check directory permissions \n";
echo "- change your 'git remote' to the new Snipe-IT GitHub URL \n" echo "- change your 'git remote' to the new Snipe-IT GitHub URL \n";
echo "- do a git pull to bring you to the latest version \n"; echo "- do a git pull to bring you to the latest version \n";
echo "- run composer install to get your vendors up to date \n"; echo "- run composer install to get your vendors up to date \n";
echo "- run a backup \n"; echo "- run a backup \n";