Update fail2ban.sh
This commit is contained in:
parent
181aebc208
commit
11220ade09
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
#move to script directory so all relative paths work
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
#initialize variable encase we are called directly
|
||||
[ -z $USE_FREESWITCH_SOURCE ] && USE_FREESWITCH_SOURCE=false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue