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

Fix remove_sso_conf script

This commit is contained in:
Josué Tille 2020-03-31 11:37:17 +02:00
parent 5709265a5a
commit 713964ef37
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -1,4 +1,5 @@
import json import json
import sys
domain = sys.argv[1] domain = sys.argv[1]
server_name = sys.argv[2] server_name = sys.argv[2]