1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Fix ynh_add_config

This commit is contained in:
oufmilo 2021-06-13 03:41:10 +02:00
parent 8b110af58b
commit bbef9bc218

View file

@ -195,8 +195,8 @@ ynh_systemd_action --service_name=nginx --action=reload
#=================================================
ynh_print_info --message="Sending a readme for the admin..."
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="../conf/message"
ynh_replace_string --match_string="__PATH_URL__" --replace_string="$path_url" --target_file="../conf/message"
ynh_add_config --template="$domain" --destination="../conf/message"
ynh_add_config --template="$path_url" --destination="../conf/message"
ynh_send_readme_to_admin --app_message="../conf/message"