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:
parent
f1babfc1e4
commit
ee7facfcaa
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
app="jappix"
|
app="jappix"
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
domain=$(sudo yunohost app setting "$app" domain)
|
domain=$(ynh_app_setting_set "$app" domain)
|
||||||
|
|
||||||
# Remove sources and configuration
|
# Remove sources and configuration
|
||||||
sudo rm -rf "/var/www/${app}"
|
sudo rm -rf "/var/www/${app}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue