Fix a spelling mistake in install.sh.

This commit is contained in:
markjcrane 2016-06-04 13:05:16 -06:00
parent 02f762d1c0
commit bfd6075f14
1 changed files with 1 additions and 1 deletions

2
debian/install.sh vendored
View File

@ -58,7 +58,7 @@ if [ $USE_FREESWITCH_SOURCE = true ]; then
fi
resources/switch/source-permissions.sh
else
if [ $USE_FREESWITCH_MASER = true ]; then
if [ $USE_FREESWITCH_MASTER = true ]; then
if [ $USE_FREESWITCH_PACKAGE_ALL = true ]; then
resources/switch/package-master-all.sh
else