1
0
Fork 0
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:
Jean-Baptiste Holcroft 2017-09-15 17:29:32 +02:00
parent 68f5d0502e
commit d7551b07e5

View file

@ -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
#=================================================