Merge branch 'dev' of github.com:YunoHost/moulinette into dev

This commit is contained in:
Kload 2013-11-29 12:40:01 +01:00
commit e743cb8c89

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)