Skip to content
  • Paul Slaughter's avatar
    Fix nginx conf not updating automatically · ec1af105
    Paul Slaughter authored
    what: it looks like the backing template wasn't
    being found because it's technically 3 levels
    deep and my local bash doesn't support the
    recursive globstar.
    
    fix: replaced ** and * globs with a call to find
    ec1af105