Skip to content

Commit 6157288

Browse files
committed
Fix: MySql Secure Installation Bug Fixed....
1 parent ef44676 commit 6157288

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

devstack.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ fi
344344

345345

346346
echo "$RED
347-
---------------------------------------------------
348-
| MySQL Security Installation ...! |
349-
---------------------------------------------------
347+
-----------------------------------------------------
348+
| MySQL Security Installation ...! |
349+
-----------------------------------------------------
350350
$END"
351351

352352
read -p "Do you want to run MySql Security Installation? [Y,n]: " mysqlsec
@@ -376,6 +376,10 @@ n | N)
376376
;;
377377

378378
*)
379+
echo "$RED Going To the Next Step! $END"
380+
$s2
381+
;;
382+
esac
379383

380384
#PHP
381385
echo "$RED

0 commit comments

Comments
 (0)