From e1c47560eaeca981962b5deb02397a9037eef41e Mon Sep 17 00:00:00 2001 From: Gredin 67 Date: Sat, 23 Jan 2021 21:31:50 +0100 Subject: [PATCH] typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 70129b7..4ebf8a8 100755 --- a/scripts/install +++ b/scripts/install @@ -209,7 +209,7 @@ ynh_replace_string --match_string=__LOG_LEVEL__ --replace_string="error" --targe python3 -m venv $final_path pip3 install --upgrade setuptools pip3 install --upgrade $final_path/src/mautrix-facebook.tar.gz -python3 -m $final_path/mautrix-facebook -g -c $mautrix_config_path -r $app_service_registration_path/$app.yaml +python3 -m mautrix-facebook -g -c $mautrix_config_path -r $app_service_registration_path/$app.yaml /opt/yunohost/matrix-$synapse_instance/update_synapse_for_appservice.sh \ || ynh_die "Synapse can't restart with the appservice configuration"