Skip to content

Commit

Permalink
remove gethostbyname param
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo authored Jun 26, 2020
1 parent e91b360 commit ce2ec4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/sbin/kazoo-freeswitch
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CFG_FILE=${FS_CONFIG:-/etc/kazoo/freeswitch}
export HOME=${FS_HOME:-/var/lib/kazoo-freeswitch}

if [ -z "${FREESWITCH_ARGS}" ]; then
FREESWITCH_ARGS="-nonat -conf ${CFG_FILE} -run /var/run/freeswitch -db /var/lib/kazoo-freeswitch/db -log /var/log/freeswitch -cache /var/lib/kazoo-freeswitch/cache -sounds /usr/share/kazoo-freeswitch/sounds -storage /var/lib/kazoo-freeswitch/storage -gethostbyname"
FREESWITCH_ARGS="-nonat -conf ${CFG_FILE} -run /var/run/freeswitch -db /var/lib/kazoo-freeswitch/db -log /var/log/freeswitch -cache /var/lib/kazoo-freeswitch/cache -sounds /usr/share/kazoo-freeswitch/sounds -storage /var/lib/kazoo-freeswitch/storage"
fi

prepare() {
Expand Down

0 comments on commit ce2ec4b

Please sign in to comment.