Update remove

This commit is contained in:
ericgaspar 2021-08-19 20:02:18 +02:00
parent c621c50c3a
commit 4ab319384f

View file

@ -81,7 +81,7 @@ ynh_secure_remove --file="$final_path"
#=================================================
# Remove the data directory if --purge option is used
if [ "$YNH_APP_PURGE" == true ]
if [ "$YNH_APP_PURGE" == 1 ]
then
ynh_script_progression --message="Removing app data directory..." --time --weight=1
ynh_secure_remove --file="$datadir"