Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404c93d commit 200dd94Copy full SHA for 200dd94
nsis/postgresql.nsi
@@ -511,7 +511,7 @@ Section $(PostgreSQLString) sec1
511
; run pgpro-upgrade script and
512
513
DetailPrint "Performing catalog upgradeon $DATA_DIR"
514
- nsExec::ExecToStack '"$INSTDIR/scripts/pgpro_upgrade" "$DATA_DIR"'
+ nsExec::ExecToStack '"$INSTDIR\scripts\pgpro_upgrade" "$DATA_DIR"'
515
Pop $0
516
Pop $1 # printed text, up to ${NSIS_MAX_STRLEN}
517
DetailPrint "$1"
0 commit comments