File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ MKDIR %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSIO
21
21
22
22
CD /D %BUILD_DIR% \pg_probackup\pg_probackup-%PG_MAJOR_VERSION% -%PROBACKUP_VERSION% || GOTO :ERROR
23
23
24
- IF NOT 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 )
24
+ wget --no-check-certificate %PROBACKUP_URL% -O %DOWNLOADS_DIR% \pg_probackup-%PROBACKUP_VERSION% .tar.bz2 || GOTO :ERROR
26
25
27
26
tar xf %DOWNLOADS_DIR% \pg_probackup-%PROBACKUP_VERSION% .tar.bz2 -C %BUILD_UDIR% /pg_probackup || GOTO :ERROR
28
27
CD /D %BUILD_DIR% \pg_probackup\*%PROBACKUP_VERSION% * || GOTO :ERROR
You can’t perform that action at this time.
0 commit comments