Change shebang to environment

Find bash in the environment, not hard coded to path
pull/72/head^2
Dan Schaper 9 years ago
parent 5495f23e4e
commit 763aa6aa5c

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# http://pi-hole.net
# Compiles a list of ad-serving domains by downloading them from multiple sources

Loading…
Cancel
Save