Skip to content

Commit

Permalink
Merge pull request #33 from duncte123/fix/linux-root
Browse files Browse the repository at this point in the history
Fix running as root on linux

This was added by @lyiriyah 3 days ago (just merged), but I added the link to the forums. Thanks!
  • Loading branch information
nimaid authored Mar 11, 2020
2 parents ad74019 + 9a21c37 commit ed711cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RUN.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -i
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
conda activate LPHK
# https://ubuntuforums.org/showthread.php?t=2290602
xhost +
python $DIR/LPHK.py
conda deactivate

0 comments on commit ed711cd

Please sign in to comment.