Skip to content

Commit afdda81

Browse files
ndavidovafila43
authored andcommitted
Fix typo
1 parent ef57498 commit afdda81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tmt/tests/container/sanity/upgrade/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dnf -y install postgresql17-upgrade
5757
./bin/postgresql-setup --upgrade
5858

5959
su - postgres -c "
60-
/usr/bin/pg_ctl -D $PGDATA -l $LOGFILE -o start
60+
/usr/bin/pg_ctl -D $PGDATA -l $LOGFILE start
6161
/usr/bin/pg_ctl -D $PGDATA status && echo \"PostgreSQL is running\" || { echo \"PostgreSQL is NOT running\"; exit 1; }
6262
"
6363

0 commit comments

Comments
 (0)