Skip to content

Commit 992aebe

Browse files
authored
Update worker.sh
1 parent 1807078 commit 992aebe

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

code/worker.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,21 @@ if [ $TYPE -eq 1 ] ; then
8080
# later # sudo umount -l /mnt
8181
fi
8282

83+
84+
echo "==========================================="
85+
8386
# TODO: If everything succeeded until here, then download Firejail aith Xpra and run the application in it
8487
# and take screenshots if we don't have them already from AppStream
8588

86-
LD_DEBUG=libs "$APPDIR/AppRun" &
89+
# LD_DEBUG=libs "$APPDIR/AppRun" & # Getting "Desktop file is missing. Please run /mnt/AppRun from within an AppImage." with wire-2.15.2751-x86_64.AppImage
90+
LD_DEBUG=libs "$FILENAME" &
8791
APID=$!
8892
sleep 5
8993
kill $APID && echo "SUCCESS" || exit 1
9094

95+
96+
echo "==========================================="
97+
9198
# TODO: If everything succeeded until here, then put together a "database file" and display it
9299

93100
mkdir -p database/$INPUTBASENAME

0 commit comments

Comments
 (0)