diff --git a/pgautoupgrade-postupgrade.sh b/pgautoupgrade-postupgrade.sh index 97e4676..b103cd4 100755 --- a/pgautoupgrade-postupgrade.sh +++ b/pgautoupgrade-postupgrade.sh @@ -76,12 +76,12 @@ echo "-------------------------------" # If "one shot" mode was requested, then shut down PostgreSQL if [ "x${PGAUTO_ONESHOT}" = "xyes" ]; then - echo "*******************************************************************************************************" - echo "'One shot' automatic upgrade was requested, so exiting now that the post upgrade scripting has finished" - echo "*******************************************************************************************************" + echo "****************************************************************************************************" + echo "'One shot' automatic upgrade was requested, so exiting now that the post upgrade tasks have finished" + echo "****************************************************************************************************" pg_ctl stop -D "${PGDATA}" else - echo "**************************************************************************************************" - echo "Post upgrade tasks have completed successfully. PostgreSQL should now be fully updated and usable" - echo "**************************************************************************************************" + echo "*************************************************************************************************" + echo "Post upgrade tasks have finished successfully. PostgreSQL should now be fully updated and usable" + echo "*************************************************************************************************" fi \ No newline at end of file