We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent61383d0 commit8792c4fCopy full SHA for 8792c4f
build/helpers/probackup.cmd
@@ -21,8 +21,7 @@ MKDIR %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSIO
21
22
CD /D%BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSION%||GOTO :ERROR
23
24
-IFNOT EXISTS%DOWNLOADS_DIR%\pg_probackup-%PROBACKUP_VERSION%.tar.bz2 (
25
-wget --no-check-certificate%PROBACKUP_URL% -O%DOWNLOADS_DIR%\pg_probackup-%PROBACKUP_VERSION%.tar.bz2||GOTO :ERROR )
+wget --no-check-certificate%PROBACKUP_URL% -O%DOWNLOADS_DIR%\pg_probackup-%PROBACKUP_VERSION%.tar.bz2||GOTO :ERROR
26
27
tar xf%DOWNLOADS_DIR%\pg_probackup-%PROBACKUP_VERSION%.tar.bz2 -C%BUILD_UDIR%/pg_probackup||GOTO :ERROR
28
CD /D%BUILD_DIR%\pg_probackup\*%PROBACKUP_VERSION%*||GOTO :ERROR