Skip to content

Commit 0b837ce

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

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

code/worker.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,12 @@ echo "==========================================="
9393
git clone https://github.com/netblue30/firejail.git
9494
( cd firejail ; ./configure && make && sudo make install-strip )
9595

96-
firejail --appimage ./"$FILENAME" &
96+
97+
echo "==========================================="
98+
echo "============= TRYING TO RUN ==============="
99+
echo "==========================================="
100+
101+
firejail --noprofile --appimage ./"$FILENAME" &
97102
APID=$!
98103
sleep 5
99104
kill $APID && echo "SUCCESS" || exit 1

0 commit comments

Comments
 (0)