1
0
Fork 0
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:
yalh76 2019-07-14 12:33:59 +02:00
parent 9f60234395
commit e76fb999c2

View file

@ -132,10 +132,12 @@ ynh_systemd_action --service_name=metronome --action=restart
yunohost user delete $focus_user --purge
# Removing additional domains
#yunohost domain remove auth.$domain
#yunohost domain remove conference.$domain
#yunohost domain remove jitsi-videobridge.$domain
#yunohost domain remove focus.$domain
if [[ $domain == *"domain.tld"* ]]; then
yunohost domain remove auth.$domain
yunohost domain remove conference.$domain
yunohost domain remove jitsi-videobridge.$domain
yunohost domain remove focus.$domain
fi
#=================================================
# REMOVE THE CRON FILE