commit 1c17df07a098c812d21d5449e5a637b5258872a5
parent b6240f399f2fe8f95d22927d3a48a9ec5b4689ea
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sat, 12 Oct 2024 17:37:16 +0200
fix(mariadb-lxc): typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/mariadb.sh b/scripts/mariadb.sh
@@ -7,7 +7,7 @@ set -o xtrace
# install mariadb server and tools
apt-get install -y mariadb-server mariadb-backup
-# MySql cecure install
+# MySql secure install
# https://github.com/MariaDB/server/blob/main/scripts/mysql_secure_installation.sh
#
# Enter current password for root (enter for none)