Merge pull request #26 from titoko/dev

Update yunohost_app.py
This commit is contained in:
Alexis Gavoty 2013-11-29 03:33:01 -08:00
commit 077c094c20

View file

@ -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)