forked from norman/fusionpbx-install.sh-github-mirror
Add git config safe.directory
Add safe.directory configuration for FusionPBX repo
This commit is contained in:
@@ -29,3 +29,5 @@ chown -R www:www /var/cache/fusionpbx
|
|||||||
#get the source code
|
#get the source code
|
||||||
git clone $branch https://github.com/fusionpbx/fusionpbx.git /usr/local/www/fusionpbx
|
git clone $branch https://github.com/fusionpbx/fusionpbx.git /usr/local/www/fusionpbx
|
||||||
chown -R www:www /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
|
||||||
|
|||||||
Reference in New Issue
Block a user