Skip to content

Commit 310d59c

Browse files
committed
Fix typo
1 parent 6635ff6 commit 310d59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)