mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update yunohost_app.py
yunohost_remove is not a file!
This commit is contained in:
parent
c8bc95e645
commit
f4005fddc9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue