We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef44676 commit 6157288Copy full SHA for 6157288
1 file changed
devstack.sh
@@ -344,9 +344,9 @@ fi
344
345
346
echo "$RED
347
----------------------------------------------------
348
-| MySQL Security Installation ...! |
349
+-----------------------------------------------------
+| MySQL Security Installation ...! |
350
$END"
351
352
read -p "Do you want to run MySql Security Installation? [Y,n]: " mysqlsec
@@ -376,6 +376,10 @@ n | N)
376
;;
377
378
*)
379
+ echo "$RED Going To the Next Step! $END"
380
+ $s2
381
+ ;;
382
+esac
383
384
#PHP
385
0 commit comments