Skip to content

Commit

Permalink
fix bubblewrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Dec 16, 2023
1 parent 0119d04 commit 1ec29c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/bubblewrap.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/bin/bash

ELAN_HOME=$(cd Webeditor && lake env printenv ELAN_HOME)
ELAN_HOME=$(cd $1 && lake env printenv ELAN_HOME)

(exec bwrap\
--bind $1 /project \
Expand Down

0 comments on commit 1ec29c8

Please sign in to comment.