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 fb05785 commit 0b837ceCopy full SHA for 0b837ce
1 file changed
code/worker.sh
@@ -93,7 +93,12 @@ echo "==========================================="
93
git clone https://github.com/netblue30/firejail.git
94
( cd firejail ; ./configure && make && sudo make install-strip )
95
96
-firejail --appimage ./"$FILENAME" &
+
97
+echo "==========================================="
98
+echo "============= TRYING TO RUN ==============="
99
100
101
+firejail --noprofile --appimage ./"$FILENAME" &
102
APID=$!
103
sleep 5
104
kill $APID && echo "SUCCESS" || exit 1
0 commit comments