We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b324551 commit 1938cf8Copy full SHA for 1938cf8
.github/workflows/update_urls.bash
@@ -83,7 +83,7 @@ software_id=54
83
84
# Single File PHP Gallery
85
software_id=56
86
-aCHECK[$software_id]='curl -sSf '\''https://sye.dk/sfpg/?latest'\'
+aCHECK[$software_id]='curl -sSf '\''https://sye.dk/sfpg/?latest'\'' || { sleep 5; curl -sSf '\''https://sye.dk/sfpg/?latest'\''; }'
87
aREGEX[$software_id]='file='\''[^'\'']*'\'
88
aREPLACE[$software_id]='file='\''$release'\'
89
0 commit comments