Skip to content

Commit

Permalink
sleep so that XFCE can boot up completely (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Aug 10, 2023
1 parent b9159bc commit c5968a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template/script.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ module load <%= context.version %>
# setenv("OSC_STATA_DIR","/usr/local/stata/15")
# prepend_path("PATH","/usr/local/stata/15")

# make sure that XFCE boots up before you do
sleep 3

# Launch stata
# note that xstata-mp doesn't block so we have to watch it
xstata-mp
Expand Down

0 comments on commit c5968a6

Please sign in to comment.