Chris Vogel 1 gadu atpakaļ
vecāks
revīzija
801adcd148
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      scripts/install

+ 1 - 1
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"