diff --git a/scripts/install b/scripts/install index 8af915c..4e444a2 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 $final_path/bin/pip3 install --upgrade setuptools wheel $final_path/bin/pip3 install --upgrade $final_path/src/mautrix-facebook.tar.gz -$final_path/bin/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"