1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/netdata_ynh.git synced 2024-09-03 19:46:33 +02:00

Fix non empty directory after removal

This commit is contained in:
Jimmy Monin 2023-07-23 13:15:05 +02:00
parent 129dae1bde
commit aaff07c9e1

View file

@ -77,6 +77,9 @@ popd
# Remove MySQL netdata user
ynh_mysql_execute_as_root "drop user 'netdata'@'localhost'; flush privileges;"
# Remove main directory
ynh_secure_remove --file="$final_path"
#=================================================
# END OF SCRIPT
#=================================================