summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-14 13:06:13 +0000
committerErmal <eri@pfsense.org>2014-04-14 13:06:28 +0000
commite61f548f2ca406d1e89af2675d1dbe80e20a24fc (patch)
tree2a94738d0983ff928bbf013a4221e5a3114522c8 /tmp
parent115b7b81835df0aaf37f305042382911dd719245 (diff)
downloadpfsense-e61f548f2ca406d1e89af2675d1dbe80e20a24fc.zip
pfsense-e61f548f2ca406d1e89af2675d1dbe80e20a24fc.tar.gz
Get rid of embedded platform. Its time to GC this
Diffstat (limited to 'tmp')
-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 44c5006..5cbc8be 100755
--- a/tmp/post_upgrade_command.php
+++ b/tmp/post_upgrade_command.php
@@ -17,7 +17,7 @@
if ($argv[1] != "")
$newslicedir = '/tmp/' . $argv[1];
- if($g['platform'] == "embedded" || $g['enableserial_force'] || file_exists("{$newslicedir}/enableserial_force")) {
+ if($g['enableserial_force'] || file_exists("{$newslicedir}/enableserial_force")) {
$config['system']['enableserial'] = true;
write_config();
}
OpenPOWER on IntegriCloud