瀏覽代碼

[Update] Remove deprecated site config for ejabberd

andryyy 4 年之前
父節點
當前提交
9b8f5b7cc1
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      update.sh

+ 2 - 0
update.sh

@@ -564,6 +564,8 @@ for container in "${MAILCOW_CONTAINERS[@]}"; do
   docker rm -f "$container" 2> /dev/null
   docker rm -f "$container" 2> /dev/null
 done
 done
 
 
+[[ -f data/conf/nginx/ZZZ-ejabberd.conf ]] && rm data/conf/nginx/ZZZ-ejabberd.conf
+
 # Silently fixing remote url from andryyy to mailcow
 # Silently fixing remote url from andryyy to mailcow
 git remote set-url origin https://github.com/mailcow/mailcow-dockerized
 git remote set-url origin https://github.com/mailcow/mailcow-dockerized
 echo -e "\e[32mCommitting current status...\e[0m"
 echo -e "\e[32mCommitting current status...\e[0m"