aboutsummaryrefslogtreecommitdiffstats
path: root/config/strikeback/strikeback.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-11 08:23:43 -0300
committerRenato Botelho <renato@netgate.com>2015-08-11 08:23:43 -0300
commitac41b35988091a163b5a4e55dc358becdae3de7a (patch)
tree6a41d7b0aeba59113a0393dcb3d5bf7dfc717445 /config/strikeback/strikeback.inc
parentc6e18d38e9ad1e0919bbdfc659f4b6b7ace1a87f (diff)
parent9b36d6b6c1f95574b15dff4e9e8ba794d4502a73 (diff)
downloadpfsense-packages-ac41b35988091a163b5a4e55dc358becdae3de7a.tar.gz
pfsense-packages-ac41b35988091a163b5a4e55dc358becdae3de7a.tar.bz2
pfsense-packages-ac41b35988091a163b5a4e55dc358becdae3de7a.zip
Merge pull request #984 from doktornotor/patch-26
Diffstat (limited to 'config/strikeback/strikeback.inc')
-rw-r--r--config/strikeback/strikeback.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/strikeback/strikeback.inc b/config/strikeback/strikeback.inc
index 89e7596c..131e961b 100644
--- a/config/strikeback/strikeback.inc
+++ b/config/strikeback/strikeback.inc
@@ -44,7 +44,6 @@ function php_install_command_sb()
global $config;
conf_mount_rw();
- config_lock();
if (!is_dir('/usr/local/www/packages/')) {
exec("mkdir /usr/local/www/packages/");
@@ -105,7 +104,6 @@ function php_install_command_sb()
exec("mv /usr/local/www/packages/strikeback/43132.png /usr/local/www/packages/strikeback/color.png");
conf_mount_ro();
- config_unlock();
}