mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
Fix unset variable
This commit is contained in:
parent
6e7ac9f7f5
commit
b3f41403db
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ynh_secure_remove "/usr/bin/$app"
|
|||
# REMOVE DATADIR DIRECTORY
|
||||
#=================================================
|
||||
|
||||
ynh_secure_remove "$data_path"
|
||||
ynh_secure_remove "/home/yunohost.app/$app"
|
||||
|
||||
#=================================================
|
||||
# REMOVE NODEJS
|
||||
|
|
Loading…
Reference in a new issue