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:
parent
5709265a5a
commit
713964ef37
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue