Add log when deleting plugin

This commit is contained in:
Théophile Diot 2023-04-26 15:33:42 +02:00
parent 1530745a7e
commit 509bd21b06
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 0 deletions

View File

@ -748,6 +748,7 @@ def plugins():
f"Couldn't update external plugins to database: {err}",
"error",
)
flash(f"Deleted plugin {variables['name']} successfully")
else:
if not Path("/var/tmp/bunkerweb/ui").exists() or not listdir(
"/var/tmp/bunkerweb/ui"