forked from norman/fusionpbx-install.sh-github-mirror
14 lines
181 B
Bash
Executable File
14 lines
181 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#move to script directory so all relative paths work
|
|
cd "$(dirname "$0")"
|
|
|
|
. ./config.sh
|
|
. ./colors.sh
|
|
|
|
#send a message
|
|
verbose "Configuring PF"
|
|
|
|
#install the PF config
|
|
|