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 5e42aff commit e5fe14aCopy full SHA for e5fe14a
1 file changed
code/worker.sh
@@ -91,7 +91,7 @@ echo "==========================================="
91
wget -c https://sourceforge.net/projects/firejail/files/firejail/firejail_0.9_1_amd64.deb/download -O firejail_0.9_1_amd64.deb
92
sudo dpkg -i firejail_0.9_1_amd64.deb
93
94
-firejail --x11=xpra --appimage ./"$FILENAME" &
+firejail --appimage ./"$FILENAME" &
95
APID=$!
96
sleep 5
97
kill $APID && echo "SUCCESS" || exit 1
0 commit comments