From 4b2ef69703f4a29cfbb6d264273c3ec40bfa5f86 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 9 May 2016 16:35:25 -0600 Subject: [PATCH] Update install.sh Fix the path for finish.sh --- debian/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/install.sh b/debian/install.sh index b1333e7..bca321c 100644 --- a/debian/install.sh +++ b/debian/install.sh @@ -42,4 +42,4 @@ echo "" echo "" #wait for the config.php to exist and then restart the service -resources/switch/./finish.sh +resources/./finish.sh