We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373817d commit d7f11d2Copy full SHA for d7f11d2
1 file changed
.github/workflows/screenshot.sh
@@ -11,7 +11,7 @@ rm -f "$anImg"
11
scrot -d $aDelay -F "$anImg"
12
13
anImgSize=$(wc -c <"$anImg")
14
-if [ $actualsize -lt 2000 ]; then
+if [ $actualsize < 2000 ]; then
15
# retry one more time
16
mv -f "$anImg" "back-first-${anImg}"
17
scrot -d 1 -F "$anImg"
0 commit comments