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:
parent
837e962a13
commit
8bea5bfee7
1 changed files with 3 additions and 2 deletions
|
@ -195,8 +195,9 @@ ynh_systemd_action --service_name=nginx --action=reload
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_print_info --message="Sending a readme for the admin..."
|
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"
|
ynh_send_readme_to_admin --app_message="../conf/message"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue