mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Manage domains removal
This commit is contained in:
parent
9f60234395
commit
e76fb999c2
1 changed files with 6 additions and 4 deletions
|
@ -132,10 +132,12 @@ ynh_systemd_action --service_name=metronome --action=restart
|
||||||
yunohost user delete $focus_user --purge
|
yunohost user delete $focus_user --purge
|
||||||
|
|
||||||
# Removing additional domains
|
# Removing additional domains
|
||||||
#yunohost domain remove auth.$domain
|
if [[ $domain == *"domain.tld"* ]]; then
|
||||||
#yunohost domain remove conference.$domain
|
yunohost domain remove auth.$domain
|
||||||
#yunohost domain remove jitsi-videobridge.$domain
|
yunohost domain remove conference.$domain
|
||||||
#yunohost domain remove focus.$domain
|
yunohost domain remove jitsi-videobridge.$domain
|
||||||
|
yunohost domain remove focus.$domain
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE THE CRON FILE
|
# REMOVE THE CRON FILE
|
||||||
|
|
Loading…
Add table
Reference in a new issue