Skip to content

Commit 6de1d6f

Browse files
committed
Fix lt/gt.
1 parent 3d140a7 commit 6de1d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/show.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fi
4141
counter=0
4242
while [[ `pg_arman show -B ${BACKUP_PATH}` == *"RUNNING"* ]]
4343
do
44-
if [ $counter -lt 30 ] ; then
44+
if [ $counter -gt 30 ] ; then
4545
break
4646
fi
4747
sleep 2

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy