1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00

Update remove

This commit is contained in:
frju365 2017-03-05 20:43:24 +01:00 committed by GitHub
parent f1babfc1e4
commit ee7facfcaa

View file

@ -1,9 +1,11 @@
#!/bin/bash
source /usr/share/yunohost/helpers
app="jappix"
# Retrieve arguments
domain=$(sudo yunohost app setting "$app" domain)
domain=$(ynh_app_setting_set "$app" domain)
# Remove sources and configuration
sudo rm -rf "/var/www/${app}"