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

fix missinf fi

This commit is contained in:
yalh76 2022-03-06 15:23:30 +01:00
parent 7576b8e2fc
commit 4ecf70db06

View file

@ -113,5 +113,6 @@ ynh_remove_apps() {
# Remove $oneapp
ynh_print_info --message="Removing of $oneapp"
yunohost app remove $oneapp --purge
fi
done
}