Skip to content

Commit 1938cf8

Browse files
committed
ci: update_urls: try SFPG two times
since if fails quite regularly
1 parent b324551 commit 1938cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_urls.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ software_id=54
8383

8484
# Single File PHP Gallery
8585
software_id=56
86-
aCHECK[$software_id]='curl -sSf '\''https://sye.dk/sfpg/?latest'\'
86+
aCHECK[$software_id]='curl -sSf '\''https://sye.dk/sfpg/?latest'\'' || { sleep 5; curl -sSf '\''https://sye.dk/sfpg/?latest'\''; }'
8787
aREGEX[$software_id]='file='\''[^'\'']*'\'
8888
aREPLACE[$software_id]='file='\''$release'\'
8989

0 commit comments

Comments
 (0)