Skip to content

Commit

Permalink
Update hippysubmittertemplate.sh
Browse files Browse the repository at this point in the history
minor fix for tmux compatibility
  • Loading branch information
lk11235 authored Aug 27, 2023
1 parent 43a61c7 commit a09ea59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail

voms-proxy-info | grep timeleft | grep -v -q 00:00:00 || (echo 'no proxy'; exit 1)

(echo $STY > /dev/null) || (echo "run this on a screen"; exit 1)
(echo $TMUX > /dev/null) || (echo "run this on a screen"; exit 1)

#hpnumber=
hptype=hp #or sm
Expand Down

0 comments on commit a09ea59

Please sign in to comment.