From 801adcd14889ae74bf35045c13aa2a98a7c50c23 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Thu, 11 Apr 2024 15:59:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ed82f8d..205739a 100755 --- a/scripts/install +++ b/scripts/install @@ -62,7 +62,7 @@ python3 -m venv --without-pip "$install_dir/venv" ) # JwtSecret -jwtsecret = $(openssl rand 256 | base64 -w 0) +jwtsecret=$(openssl rand 256 | base64 -w 0) # @@ configure ynh_add_config --template="../conf/flohmarkt.conf" --destination="$install_dir/$app/flohmarkt.conf"