diff --git a/centos/resources/fusionpbx.sh b/centos/resources/fusionpbx.sh index cff245a..df250aa 100755 --- a/centos/resources/fusionpbx.sh +++ b/centos/resources/fusionpbx.sh @@ -36,7 +36,7 @@ mkdir -p /var/cache/fusionpbx chown -R freeswitch:daemon /var/cache/fusionpbx #get the source code -git clone $BRANCH https://$GIT_EMAIL:$GIT_PASSWORD@git.nsinnovations.net/nsinnovations/fusionpbx.git/var/www/fusionpbx +git clone $BRANCH https://git.nsinnovations.net/nsinnovations/fusionpbx.gitvar/www/fusionpbx #send a message verbose "FusionPBX Installed" diff --git a/debian/resources/fusionpbx.sh b/debian/resources/fusionpbx.sh index 7c3233c..125a409 100755 --- a/debian/resources/fusionpbx.sh +++ b/debian/resources/fusionpbx.sh @@ -28,5 +28,5 @@ mkdir -p /var/cache/fusionpbx chown -R www-data:www-data /var/cache/fusionpbx #get the source code -git clone $branch https://$GIT_EMAIL:$GIT_PASSWORD@git.nsinnovations.net/nsinnovations/fusionpbx.git/var/www/fusionpbx +git clone $branch https://git.nsinnovations.net/nsinnovations/fusionpbx.gitvar/www/fusionpbx chown -R www-data:www-data /var/www/fusionpbx diff --git a/devuan/resources/fusionpbx.sh b/devuan/resources/fusionpbx.sh index ffa421c..50cc982 100755 --- a/devuan/resources/fusionpbx.sh +++ b/devuan/resources/fusionpbx.sh @@ -31,5 +31,5 @@ mkdir -p /var/cache/fusionpbx chown -R www-data:www-data /var/cache/fusionpbx #get the source code -git clone $branch https://$GIT_EMAIL:$GIT_PASSWORD@git.nsinnovations.net/nsinnovations/fusionpbx.git/var/www/fusionpbx +git clone $branch https://git.nsinnovations.net/nsinnovations/fusionpbx.gitvar/www/fusionpbx chown -R www-data:www-data /var/www/fusionpbx diff --git a/freebsd/resources/fusionpbx.sh b/freebsd/resources/fusionpbx.sh index f861752..647cc2c 100755 --- a/freebsd/resources/fusionpbx.sh +++ b/freebsd/resources/fusionpbx.sh @@ -27,5 +27,5 @@ mkdir -p /var/cache/fusionpbx chown -R www:www /var/cache/fusionpbx #get the source code -git clone $branch https://$GIT_EMAIL:$GIT_PASSWORD@git.nsinnovations.net/nsinnovations/fusionpbx.git/usr/local/www/fusionpbx +git clone $branch https://git.nsinnovations.net/nsinnovations/fusionpbx.gitusr/local/www/fusionpbx chown -R www:www /usr/local/www/fusionpbx diff --git a/ubuntu/resources/fusionpbx.sh b/ubuntu/resources/fusionpbx.sh index ffa421c..50cc982 100755 --- a/ubuntu/resources/fusionpbx.sh +++ b/ubuntu/resources/fusionpbx.sh @@ -31,5 +31,5 @@ mkdir -p /var/cache/fusionpbx chown -R www-data:www-data /var/cache/fusionpbx #get the source code -git clone $branch https://$GIT_EMAIL:$GIT_PASSWORD@git.nsinnovations.net/nsinnovations/fusionpbx.git/var/www/fusionpbx +git clone $branch https://git.nsinnovations.net/nsinnovations/fusionpbx.gitvar/www/fusionpbx chown -R www-data:www-data /var/www/fusionpbx