mirror of
https://github.com/YunoHost-Apps/baikal_ynh.git
synced 2024-09-03 18:16:11 +02:00
8 lines
No EOL
149 B
Bash
8 lines
No EOL
149 B
Bash
#!/bin/bash
|
|
|
|
sudo rm -rf /var/www/baiakl
|
|
sudo rm -f /etc/nginx/conf.d/$domain.d/baikal.conf
|
|
|
|
|
|
sudo service php5-fpm restart
|
|
sudo service nginx reload |