From ed2bb43ecfba81832677a2ec9ede34aaa126b507 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Wed, 7 Oct 2015 16:02:21 +0800 Subject: [PATCH] update shabang Use `env` to determine path of bash will be much portable. --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index dbf7084..ce356b4 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # OpenVPN road warrior installer for Debian, Ubuntu and CentOS # This script will work on Debian, Ubuntu, CentOS and probably other distros