mirror of
https://github.com/YunoHost-Apps/scovie_ynh.git
synced 2024-09-03 20:16:29 +02:00
update install
This commit is contained in:
parent
3d0676f133
commit
53b36d0633
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ ynh_abort_if_errors
|
||||||
ynh_script_progression --message="Validating installation parameters..."
|
ynh_script_progression --message="Validating installation parameters..."
|
||||||
|
|
||||||
# Path for e.g. "static" files, served by nginx:
|
# Path for e.g. "static" files, served by nginx:
|
||||||
# test ! -e "$public_path" || ynh_die --message="This path already contains a folder"
|
test ! -e "$public_path" || ynh_die --message="This path already contains a folder"
|
||||||
|
|
||||||
# Path for own config files, e.g.: Django's settings.py:
|
# Path for own config files, e.g.: Django's settings.py:
|
||||||
# test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
|
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
|
||||||
|
|
||||||
# Register (book) web path
|
# Register (book) web path
|
||||||
ynh_webpath_register --app="$app" --domain="$domain" --path_url="$path_url"
|
ynh_webpath_register --app="$app" --domain="$domain" --path_url="$path_url"
|
||||||
|
|
Loading…
Reference in a new issue