Update environment.sh

This commit is contained in:
FusionPBX 2020-03-28 16:59:50 -06:00 committed by GitHub
parent b975895e76
commit 089957ea66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ cpu_architecture='unknown'
cpu_mode='unknown'
#set the environment path
export PATH=$PATH:/sbin
export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#check what the CPU and OS are
if [ .$cpu_name = .'armv6l' ]; then