mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
9 lines
No EOL
227 B
Bash
9 lines
No EOL
227 B
Bash
#!/bin/bash
|
|
domain=$(sudo yunohost app setting seafile domain)
|
|
|
|
cd /var/www/seafile/seafile-server-*
|
|
sudo ./seafile.sh stop
|
|
sudo ./seahub.sh stop
|
|
|
|
sudo rm -rf /var/www/seafile
|
|
sudo rm -f /etc/nginx/conf.d/$domain.d/seafile.conf |