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

Update install

This commit is contained in:
oufmilo 2021-06-13 12:39:16 +02:00 committed by GitHub
parent 837e962a13
commit 8bea5bfee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,8 +195,9 @@ ynh_systemd_action --service_name=nginx --action=reload
#=================================================
ynh_print_info --message="Sending a readme for the admin..."
ynh_add_config --template="$domain" --destination="../conf/message"
ynh_add_config --template="$path_url" --destination="../conf/message"
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_send_readme_to_admin --app_message="../conf/message"