From 7c4d0d1e111104c4781a8748ebc512e904cd06c8 Mon Sep 17 00:00:00 2001 From: Norman Date: Mon, 6 Apr 2026 12:39:57 -0400 Subject: [PATCH] fix typo --- debian/resources/fusionpbx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/fusionpbx.sh b/debian/resources/fusionpbx.sh index 125a409..bc60a05 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.nsinnovations.net/nsinnovations/fusionpbx.gitvar/www/fusionpbx +git clone $branch https://git.nsinnovations.net/nsinnovations/fusionpbx.git /var/www/fusionpbx chown -R www-data:www-data /var/www/fusionpbx