diff --git a/yunohost_app.py b/yunohost_app.py index a4e32318..5ba9c169 100644 --- a/yunohost_app.py +++ b/yunohost_app.py @@ -454,7 +454,7 @@ def app_remove(app): pass if os.path.exists(app_setting_path): shutil.rmtree(app_setting_path) - os.remove('/tmp/yunohost_remove') + shutil.rmtree('/tmp/yunohost_remove') app_ssowatconf() win_msg(_("App removed: ")+ app)