zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3804bd695d297a477b8cc214291400cc0ec7b631
parent f7515ae5b3a6f136e84a3846edb67ad79fac7394
Author: srfsh <dev@srf.sh>
Date:   Thu,  4 Aug 2022 16:24:54 +0300

mann: fix var name

Another copy-paste error.

Reported by Adam; thanks.

Diffstat:
Mmann | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mann b/mann @@ -268,7 +268,7 @@ cmd_devop_setup() { else admin_key=$(openssl rand -hex 64) db_pass=$(openssl rand -hex 16) - room_key=$(openssl rand -hex 64) + room_pass=$(openssl rand -hex 64) sed 's,$ADMIN_KEY,'"$admin_key"', ; s,$DB_PASS,'"$db_pass"', ; s,$ROOM_PASS,'"$room_pass"',' devop/.docker-compose.templ >devop/docker-compose.yml