From b56e3143d40374771f3f77f41a7fe45808629eba Mon Sep 17 00:00:00 2001 From: Jon Bonilla Date: Tue, 5 Jul 2011 07:33:01 +0000 Subject: [PATCH] set shebang to /bin/bash --- vmnotify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmnotify b/vmnotify index 1265a30..f441e5a 100755 --- a/vmnotify +++ b/vmnotify @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ######################################################################## # vmnotify - An Asterisk-VoiceMail compatible MWI notification script