Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit200dd94

Browse files
committed
Fix slash on pgpro_upgrade call
1 parent404c93d commit200dd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎nsis/postgresql.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Section $(PostgreSQLString) sec1
511511
; run pgpro-upgrade script and
512512

513513
DetailPrint"Performing catalog upgradeon $DATA_DIR"
514-
nsExec::ExecToStack'"$INSTDIR/scripts/pgpro_upgrade" "$DATA_DIR"'
514+
nsExec::ExecToStack'"$INSTDIR\scripts\pgpro_upgrade" "$DATA_DIR"'
515515
Pop$0
516516
Pop$1# printed text, up to ${NSIS_MAX_STRLEN}
517517
DetailPrint"$1"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp