Chris Vogel vor 1 Jahr
Ursprung
Commit
801adcd148
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -62,7 +62,7 @@ python3 -m venv --without-pip "$install_dir/venv"
 )
 )
 
 
 # JwtSecret
 # JwtSecret
-jwtsecret = $(openssl rand 256 | base64 -w 0)
+jwtsecret=$(openssl rand 256 | base64 -w 0)
 
 
 # @@ configure
 # @@ configure
 ynh_add_config --template="../conf/flohmarkt.conf" --destination="$install_dir/$app/flohmarkt.conf"
 ynh_add_config --template="../conf/flohmarkt.conf" --destination="$install_dir/$app/flohmarkt.conf"