aboutsummaryrefslogtreecommitdiffstats
path: root/config/shellcmd/shellcmd.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-11-03 11:44:30 -0400
committerjim-p <jimp@pfsense.org>2010-11-03 11:44:30 -0400
commit73665ee51381051f7174a0ea967f30a0bf42f3ae (patch)
treecccf77e78b817e2e0f5c2e7b10bf17f6d6ce2ecf /config/shellcmd/shellcmd.inc
parentb3ba682e619de9a89dede8025d403c64318b993c (diff)
downloadpfsense-packages-73665ee51381051f7174a0ea967f30a0bf42f3ae.tar.gz
pfsense-packages-73665ee51381051f7174a0ea967f30a0bf42f3ae.tar.bz2
pfsense-packages-73665ee51381051f7174a0ea967f30a0bf42f3ae.zip
Keep downloaded shellcmd files around so the package system doesn't complain about missing dependencies on each boot.
Diffstat (limited to 'config/shellcmd/shellcmd.inc')
-rw-r--r--config/shellcmd/shellcmd.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/config/shellcmd/shellcmd.inc b/config/shellcmd/shellcmd.inc
index 76ceeb31..cd46ada5 100644
--- a/config/shellcmd/shellcmd.inc
+++ b/config/shellcmd/shellcmd.inc
@@ -79,11 +79,8 @@ function php_install_command()
//rename PHP files from .tmp to .php
- exec("cp /tmp/shellcmd.tmp /usr/local/www/packages/shellcmd/shellcmd.php");
- unlink_if_exists("/tmp/shellcmd.tmp");
-
- exec("cp /tmp/shellcmd_edit.tmp /usr/local/www/packages/shellcmd/shellcmd_edit.php");
- unlink_if_exists("/tmp/shellcmd_edit.tmp");
+ exec("cp /usr/local/pkg/shellcmd.tmp /usr/local/www/packages/shellcmd/shellcmd.php");
+ exec("cp /usr/local/pkg/shellcmd_edit.tmp /usr/local/www/packages/shellcmd/shellcmd_edit.php");
//write_config();