diff --git a/freebsd/resources/fusionpbx.sh b/freebsd/resources/fusionpbx.sh index 8cdde94..a165c4b 100755 --- a/freebsd/resources/fusionpbx.sh +++ b/freebsd/resources/fusionpbx.sh @@ -29,3 +29,5 @@ chown -R www:www /var/cache/fusionpbx #get the source code git clone $branch https://github.com/fusionpbx/fusionpbx.git /usr/local/www/fusionpbx chown -R www:www /usr/local/www/fusionpbx +cd /usr/local/www/fusionpbx +git config --global --add safe.directory /usr/local/www/fusionpbx