summaryrefslogtreecommitdiffstats
path: root/tmp/post_upgrade_command.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-07-06 16:04:46 -0400
committerjim-p <jimp@pfsense.org>2012-07-06 16:04:46 -0400
commitbcca590fa473a21c25f30d86952a81a384098f23 (patch)
tree002bd00f076d0885830a26bf48bbf3d0b0d67834 /tmp/post_upgrade_command.php
parentf60156f68f615dc137391f3a909a0ee7a0c3c003 (diff)
downloadpfsense-bcca590fa473a21c25f30d86952a81a384098f23.zip
pfsense-bcca590fa473a21c25f30d86952a81a384098f23.tar.gz
Fixup post-update processing on NanoBSD
Diffstat (limited to 'tmp/post_upgrade_command.php')
-rwxr-xr-xtmp/post_upgrade_command.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmp/post_upgrade_command.php b/tmp/post_upgrade_command.php
index 00172b2..6986912 100755
--- a/tmp/post_upgrade_command.php
+++ b/tmp/post_upgrade_command.php
@@ -20,7 +20,7 @@
$newslicedir = "";
if ($ARGV[1] != "")
- $newslicedir = '/tmp' . $ARGV[1];
+ $newslicedir = '/tmp/' . $ARGV[1];
setup_serial_port("upgrade", $newslicedir);
$files_to_process = file("/etc/pfSense.obsoletedfiles");
OpenPOWER on IntegriCloud