diff options
author | M.Gergo | 2020-03-26 17:25:03 +0100 |
---|---|---|
committer | M.Gergo | 2020-03-26 17:25:03 +0100 |
commit | 108cd360416fab309c0d91e26187c5d51dc1f8d7 (patch) | |
tree | 5bef2292957fe1dc1a664abbe8ade5f5dfe88418 /mayor-orig/mayor-installer-orig/install.d/20mysql.sh | |
parent | f5c88cbab227449ae2c1f000d9911499f6065315 (diff) | |
download | mayor-rev4639.tar.gz mayor-rev4639.zip |
Rev: 4639rev4639
Diffstat (limited to 'mayor-orig/mayor-installer-orig/install.d/20mysql.sh')
-rwxr-xr-x | mayor-orig/mayor-installer-orig/install.d/20mysql.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mayor-orig/mayor-installer-orig/install.d/20mysql.sh b/mayor-orig/mayor-installer-orig/install.d/20mysql.sh index 2979f728..3d0175c8 100755 --- a/mayor-orig/mayor-installer-orig/install.d/20mysql.sh +++ b/mayor-orig/mayor-installer-orig/install.d/20mysql.sh @@ -26,3 +26,9 @@ then echo -n " futtatom a mysql_Secure_installation scriptet: " mysql_secure_installation fi +if [ "x${RELEASE}" == "x10" ] +then + echo -e "\nMariaDB/MySQL beállítások" + echo -n " futtatom a mysql_Secure_installation scriptet: " + mysql_secure_installation +fi |