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 0b837ce commit 8e77317Copy full SHA for 8e77317
1 file changed
code/worker.sh
@@ -101,9 +101,9 @@ echo "==========================================="
101
firejail --noprofile --appimage ./"$FILENAME" &
102
APID=$!
103
sleep 5
104
+xpra screenshot database/$INPUTBASENAME/screenshot
105
kill $APID && echo "SUCCESS" || exit 1
106
-
107
echo "==========================================="
108
109
# TODO: If everything succeeded until here, then put together a "database file" and display it
0 commit comments