diff --git a/conf/message b/conf/message index 66cc6a6..f6ae5b1 100644 --- a/conf/message +++ b/conf/message @@ -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! diff --git a/scripts/install b/scripts/install index bb14c9b..c464f5d 100644 --- a/scripts/install +++ b/scripts/install @@ -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"