Update yunohost_app.py

yunohost_remove is not a file!
This commit is contained in:
titoko 2013-11-25 18:44:20 +01:00
parent c8bc95e645
commit f4005fddc9

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')
os.system('rm -R /tmp/yunohost_remove')
app_ssowatconf()
win_msg(_("App removed: ")+ app)