From 5ebf8e137b92b590d3a80d4271eec99c1a583424 Mon Sep 17 00:00:00 2001 From: Richard Neese Date: Thu, 23 Oct 2014 17:22:49 +0000 Subject: [PATCH] working on upgrade page svn issue wiht pkgs --- core/upgrade/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/upgrade/index.php b/core/upgrade/index.php index 03ceb7c7c6..8748e0b2f5 100644 --- a/core/upgrade/index.php +++ b/core/upgrade/index.php @@ -55,7 +55,7 @@ if (sizeof($_POST) > 0) { $do = $_POST['do']; // run svn update - if ($do["svn"] && permission_exists("upgrade_svn") && !is_dir("/var/lib/fusionpbx")) { + if ($do["svn"] && permission_exists("upgrade_svn") && !is_dir("/usr/share/examples/fusionpbx")) { $cmd = "svn up /var/www/fusionpbx"; exec($cmd, $response_svn_update); if (sizeof($response_svn_update) > 0) {