Skip to content

Commit

Permalink
Merge pull request #1 from koomie/master
Browse files Browse the repository at this point in the history
restore previous openhpc patch that defaults to a sleeptime of 0 for
  • Loading branch information
crbaird authored Mar 22, 2017
2 parents 49a8055 + cd27bd3 commit fb44652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/initramfs/capabilities/transport-http/wwgetfiles
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else
exit
fi

WWGETFILES_INTERVAL=${WWGETFILES_INTERVAL:-180}
WWGETFILES_INTERVAL=${WWGETFILES_INTERVAL:-0}

if [ -n "$WWGETFILES_INTERVAL" -a $WWGETFILES_INTERVAL -gt 0 ];then
if [ -n "$RANDOM" -a ! -f "/init" ]; then
Expand Down

0 comments on commit fb44652

Please sign in to comment.