1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-09 22:11:38 +00:00

Update _modules/scripts/new_options.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
DerLinkman
2025-08-05 16:11:39 +02:00
committed by GitHub
parent 2f25fcad77
commit 9b6388d0d0

View File

@@ -297,7 +297,7 @@ adapt_new_options() {
;;
REDISPASS)
echo "REDISPASS=\$(LC_ALL=C </dev/urandom tr -dc A-Za-z0-9 2>/dev/null | head -c 28)" >> mailcow.conf
echo "REDISPASS=$(LC_ALL=C </dev/urandom tr -dc A-Za-z0-9 2>/dev/null | head -c 28)" >> mailcow.conf
;;
*)