diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index 1daf6e6..fab9f60 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,2 +1,2 @@ -To finish the installation: `__DOMAIN__/cp-install` -To connect to the administration panel: `__DOMAIN__/cp-admin` \ No newline at end of file +To complete installation: `__DOMAIN__/cp-install` +To connect to the administration panel: `__DOMAIN__/cp-admin` diff --git a/scripts/upgrade b/scripts/upgrade index e58c2ce..bb6cb7d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -73,7 +73,7 @@ chmod 644 "/etc/cron.d/$app" #================================================= # CONFIGURE CASTOPOD #================================================= -ynh_script_progression --message="Configuring Castopod..." --weight=1 +ynh_script_progression --message="Configuring $app..." --weight=1 ynh_add_config --template=".env.example" --destination="$install_dir/.env" chmod 600 $install_dir/.env