From 763aa6aa5c6c3fc194fa8c2df6a258c4a7adf41e Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Wed, 11 Nov 2015 00:43:00 -0800 Subject: [PATCH] Change shebang to environment Find bash in the environment, not hard coded to path --- gravity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gravity.sh b/gravity.sh index 4c191c3..9379319 100755 --- a/gravity.sh +++ b/gravity.sh @@ -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