feat core
: remove a comment
This commit is contained in:
parent
3604634d59
commit
46ebd792b7
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ if [[ $1 != "-bash" ]]; then
|
||||||
cp $FOLDER/.blueprint/assets/logo.jpg $FOLDER/.blueprint/extensions/blueprint/assets/logo.jpg
|
cp $FOLDER/.blueprint/assets/logo.jpg $FOLDER/.blueprint/extensions/blueprint/assets/logo.jpg
|
||||||
|
|
||||||
# Put application into maintenance.
|
# Put application into maintenance.
|
||||||
# Should give users a choice!
|
|
||||||
PRINT INPUT "Would you like to put your application into maintenance? (Y/n)"
|
PRINT INPUT "Would you like to put your application into maintenance? (Y/n)"
|
||||||
read -r YN
|
read -r YN
|
||||||
if [[ ( $YN == "y"* ) || ( $YN == "Y"* ) || ( $YN == "" ) ]]; then
|
if [[ ( $YN == "y"* ) || ( $YN == "Y"* ) || ( $YN == "" ) ]]; then
|
||||||
|
|
Loading…
Reference in a new issue