1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix unbound variable

This commit is contained in:
Josué Tille 2021-03-16 15:53:45 +01:00
parent d4ede98e21
commit c3188f8da0
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -198,7 +198,9 @@ then
python -m synapse.app.homeserver --keys-directory /etc/matrix-$app/ --generate-config --generate-keys --server-name $server_name --report-stats=no -c homeserver.yml
# This function was defined when we called "source $final_path/bin/activate". With this function we undo what "$final_path/bin/activate" does
set +u;
deactivate
set -u;
# Get random values from config
ynh_print_OFF