Skip to content

Commit 8e77317

Browse files
authored
Update worker.sh
1 parent 0b837ce commit 8e77317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ echo "==========================================="
101101
firejail --noprofile --appimage ./"$FILENAME" &
102102
APID=$!
103103
sleep 5
104+
xpra screenshot database/$INPUTBASENAME/screenshot
104105
kill $APID && echo "SUCCESS" || exit 1
105106

106-
107107
echo "==========================================="
108108

109109
# TODO: If everything succeeded until here, then put together a "database file" and display it

0 commit comments

Comments
 (0)