mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
bugfix
This commit is contained in:
parent
5476f1c799
commit
1e0a66266b
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ def app_install(app, domain, path='/', label=None, mode='private'):
|
||||||
# Apache #
|
# Apache #
|
||||||
##########
|
##########
|
||||||
if lvl(manifest,'yunohost','webapp','custom_apache_conf'):
|
if lvl(manifest,'yunohost','webapp','custom_apache_conf'):
|
||||||
os.system('mv '+app_tmp_folder+'/'+manifest['yunohost']['webapp']['custom_apache_conf']+' '++a2_settings_path +'/'+ domain +'.d/'+ unique_app_id +'.app.conf')
|
os.system('mv '+app_tmp_folder+'/'+manifest['yunohost']['webapp']['custom_apache_conf']+' '+a2_settings_path +'/'+ domain +'.d/'+ unique_app_id +'.app.conf')
|
||||||
else:
|
else:
|
||||||
a2_conf_lines = [ 'Alias '+ path +' '+ app_final_path + manifest['launch_path'] ]
|
a2_conf_lines = [ 'Alias '+ path +' '+ app_final_path + manifest['launch_path'] ]
|
||||||
if path != '/':
|
if path != '/':
|
||||||
|
|
Loading…
Add table
Reference in a new issue