forked from norman/fusionpbx-install.sh-github-mirror
fix fusionpbx git repo location
This commit is contained in:
@@ -36,7 +36,7 @@ mkdir -p /var/cache/fusionpbx
|
|||||||
chown -R freeswitch:daemon /var/cache/fusionpbx
|
chown -R freeswitch:daemon /var/cache/fusionpbx
|
||||||
|
|
||||||
#get the source code
|
#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
|
#send a message
|
||||||
verbose "FusionPBX Installed"
|
verbose "FusionPBX Installed"
|
||||||
|
|||||||
2
debian/resources/fusionpbx.sh
vendored
2
debian/resources/fusionpbx.sh
vendored
@@ -28,5 +28,5 @@ mkdir -p /var/cache/fusionpbx
|
|||||||
chown -R www-data:www-data /var/cache/fusionpbx
|
chown -R www-data:www-data /var/cache/fusionpbx
|
||||||
|
|
||||||
#get the source code
|
#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
|
chown -R www-data:www-data /var/www/fusionpbx
|
||||||
|
|||||||
@@ -31,5 +31,5 @@ mkdir -p /var/cache/fusionpbx
|
|||||||
chown -R www-data:www-data /var/cache/fusionpbx
|
chown -R www-data:www-data /var/cache/fusionpbx
|
||||||
|
|
||||||
#get the source code
|
#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
|
chown -R www-data:www-data /var/www/fusionpbx
|
||||||
|
|||||||
@@ -27,5 +27,5 @@ mkdir -p /var/cache/fusionpbx
|
|||||||
chown -R www:www /var/cache/fusionpbx
|
chown -R www:www /var/cache/fusionpbx
|
||||||
|
|
||||||
#get the source code
|
#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
|
chown -R www:www /usr/local/www/fusionpbx
|
||||||
|
|||||||
@@ -31,5 +31,5 @@ mkdir -p /var/cache/fusionpbx
|
|||||||
chown -R www-data:www-data /var/cache/fusionpbx
|
chown -R www-data:www-data /var/cache/fusionpbx
|
||||||
|
|
||||||
#get the source code
|
#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
|
chown -R www-data:www-data /var/www/fusionpbx
|
||||||
|
|||||||
Reference in New Issue
Block a user