mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Create final_path as it's not created anymore by the help
This commit is contained in:
parent
68f5d0502e
commit
d7551b07e5
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ ynh_webpath_register $app $domain $path_url
|
|||
final_path=/var/www/$app
|
||||
test ! -e "$final_path" || ynh_die "This path already contains a folder"
|
||||
|
||||
mkdir -p $final_path
|
||||
|
||||
#=================================================
|
||||
# STORE SETTINGS FROM MANIFEST
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue