Skip to content

Commit e5fe14a

Browse files
authored
Update worker.sh
1 parent 5e42aff commit e5fe14a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ echo "==========================================="
9191
wget -c https://sourceforge.net/projects/firejail/files/firejail/firejail_0.9_1_amd64.deb/download -O firejail_0.9_1_amd64.deb
9292
sudo dpkg -i firejail_0.9_1_amd64.deb
9393

94-
firejail --x11=xpra --appimage ./"$FILENAME" &
94+
firejail --appimage ./"$FILENAME" &
9595
APID=$!
9696
sleep 5
9797
kill $APID && echo "SUCCESS" || exit 1

0 commit comments

Comments
 (0)