[fix] using bash for system use dash over bash

This commit is contained in:
Knah Tsaeb 2015-07-06 10:41:23 +02:00
parent 3a311113b2
commit af5fb34c70
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ action=$1
ip=$2
service=$3
curDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
curDir="$( cd "$( dirname $0 )" && pwd)"
source $curDir/bancount.cfg