mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
remove manifest too
This commit is contained in:
parent
a1e632c8e1
commit
d98bc72703
1 changed files with 1 additions and 0 deletions
|
@ -375,6 +375,7 @@ def app_install(app, domain, path='/', label=None, mode='private'):
|
|||
os.system('cp -a "'+ app_tmp_folder +'/'+ manifest['yunohost']['script_path'] +'" '+ app_setting_path)
|
||||
|
||||
shutil.rmtree(app_tmp_folder)
|
||||
os.remove(app_final_path + '/manifest.webapp')
|
||||
|
||||
if os.system('chmod 400 -R '+ app_setting_path) != 0:
|
||||
raise YunoHostError(22, _("Error during permission setting"))
|
||||
|
|
Loading…
Reference in a new issue