mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
8 lines
93 B
Text
8 lines
93 B
Text
|
set -eux
|
||
|
|
||
|
# See comments in install script
|
||
|
app=$YNH_APP_INSTANCE_NAME
|
||
|
|
||
|
rm -rf /var/www/$app
|
||
|
|