feat core: remove a comment

This commit is contained in:
Ivy 2024-05-27 23:57:39 +02:00 committed by GitHub
parent 3604634d59
commit 46ebd792b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -237,7 +237,6 @@ if [[ $1 != "-bash" ]]; then
cp $FOLDER/.blueprint/assets/logo.jpg $FOLDER/.blueprint/extensions/blueprint/assets/logo.jpg
# Put application into maintenance.
# Should give users a choice!
PRINT INPUT "Would you like to put your application into maintenance? (Y/n)"
read -r YN
if [[ ( $YN == "y"* ) || ( $YN == "Y"* ) || ( $YN == "" ) ]]; then