1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00
This commit is contained in:
Chris Vogel 2024-04-11 15:59:33 +02:00
parent c60d484373
commit 801adcd148

View file

@ -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"