1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00

Fix config_path

This commit is contained in:
Rafi594 2019-10-25 18:23:11 +02:00
parent dc1fa970ad
commit 88780bb201

View file

@ -52,7 +52,7 @@ ynh_script_progression --message="Validating installation parameters..." --time
final_path=/var/www/$app
config_path=/home/yunohost.app/$app/
test ! -e "$final_path" || ynh_die "This path already contains a folder"
ynh_app_setting_set --app=$app --key=home_path --value=$home_path
ynh_app_setting_set --app=$app --key=config_path --value=$config_path
# Normalize the url path syntax
path_url=$(ynh_normalize_url_path $path_url)