mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Fix
This commit is contained in:
parent
96a8312c4c
commit
c11346b198
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ Ghost was successfully installed :)
|
|||
|
||||
Next step:
|
||||
|
||||
Create admin account at https://$domain$path_url/ghost
|
||||
Create admin account at https://__DOMAIN____PATH_URL__/ghost
|
||||
|
||||
Happy Blogging!
|
||||
|
||||
|
|
|
@ -195,7 +195,6 @@ 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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue