Update install.sh
This commit is contained in:
parent
e36977e2e9
commit
3236ee4e0a
|
|
@ -152,8 +152,8 @@ if [ $USE_SWITCH_SOURCE = true ]; then
|
||||||
else
|
else
|
||||||
resources/switch/source-release.sh
|
resources/switch/source-release.sh
|
||||||
fi
|
fi
|
||||||
#resources/switch/package-permissions.sh
|
#set the file permissions
|
||||||
resources/switch/permissions.sh
|
resources/switch/source-permissions.sh
|
||||||
|
|
||||||
#copy the switch conf files to /etc/freeswitch
|
#copy the switch conf files to /etc/freeswitch
|
||||||
resources/switch/conf-copy.sh
|
resources/switch/conf-copy.sh
|
||||||
|
|
@ -171,8 +171,8 @@ else
|
||||||
resources/switch/package-release.sh
|
resources/switch/package-release.sh
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
#resources/switch/package-permissions.sh
|
#set the file permissions
|
||||||
resources/switch/permissions.sh
|
resources/switch/package-permissions.sh
|
||||||
|
|
||||||
#copy the switch conf files to /etc/freeswitch
|
#copy the switch conf files to /etc/freeswitch
|
||||||
resources/switch/conf-copy.sh
|
resources/switch/conf-copy.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue