Skip to content

Commit 2359b72

Browse files
authored
Update worker.sh
[ci skip]
1 parent 3258f46 commit 2359b72

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

code/worker.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
FILENAME=$(basename $URL | cut -d '?' -f 1)
2828
echo $FILENAME
2929
if [ ! -e $FILENAME ] ; then
30-
wget -c "$URL"
30+
wget -q -c "$URL"
3131
fi
3232

3333
# Check the type of the AppImage
@@ -103,7 +103,6 @@ APID=$!
103103
sleep 5
104104
# xpra screenshot database/$INPUTBASENAME/screenshot
105105
# screenshot is empty and has not been saved (maybe there are no windows or they are not currently shown)
106-
sudo apt-get -y install graphicsmagick-imagemagick-compat
107106
import -window root database/$INPUTBASENAME/screenshot.jpg # ImageMagick
108107
kill $APID && echo "SUCCESS" || exit 1
109108

0 commit comments

Comments
 (0)