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

Commit88b78b8

Browse files
committed
Disabled pgpro_upgrade call while we have permission problem
1 parentede5072 commit88b78b8

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
@@ -476,7 +476,7 @@ Section $(componentServer) sec1
476476
ClearErrors
477477
FileOpen$0$INSTDIR\scripts\pgpro_upgrade.cmd w
478478
IfErrors creatBatErr6
479-
FileWrite$0'@echo off$\r$\nif "%PGDATA%"=="" set PGDATA=%~1$\r$\nif "%PGDATA%"=="" set PGDATA=$DATA_DIR$\r$\nPATH $INSTDIR\bin;%PATH%$\r$\nif exist "$INSTDIR\bin\pgpro_upgrade" sh.exe "$INSTDIR\bin\pgpro_upgrade"$\r$\n'
479+
FileWrite$0'@echo off$\r$\nif "%PGDATA%"=="" set PGDATA=%~1$\r$\nif "%PGDATA%"=="" set PGDATA=$DATA_DIR$\r$\nPATH $INSTDIR\bin;%PATH%$\r$\nrem if exist "$INSTDIR\bin\pgpro_upgrade" sh.exe "$INSTDIR\bin\pgpro_upgrade"$\r$\n'
480480
FileClose$0
481481

482482
creatBatErr6:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp