summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-11-06 07:56:33 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-11-06 07:57:21 -0200
commite7752fc4ee8cd6384e51d45c61fa000cf2f195c0 (patch)
tree02bd799c06cdc3b301caacb8ca3f9c9b7fb187b4
parente7a0051400f40611718e2f1c5131d2a64cebefb4 (diff)
downloadpfsense-e7752fc4ee8cd6384e51d45c61fa000cf2f195c0.zip
pfsense-e7752fc4ee8cd6384e51d45c61fa000cf2f195c0.tar.gz
Remove extra ; and space
-rwxr-xr-xtmp/post_upgrade_command4
-rwxr-xr-xtmp/post_upgrade_command.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command
index 225bafd..bd4146d 100755
--- a/tmp/post_upgrade_command
+++ b/tmp/post_upgrade_command
@@ -31,8 +31,8 @@ rm -f /root/*.md5 >/dev/null 2>&1
# Fixup permissions on installed files
if [ -f ${ROOT}etc/installed_filesystem.mtree ]; then
- /usr/sbin/mtree -U -e -q -f ${ROOT}etc/installed_filesystem.mtree -p ${ROOT} > /conf/mtree.log;
-fi;
+ /usr/sbin/mtree -U -e -q -f ${ROOT}etc/installed_filesystem.mtree -p ${ROOT} > /conf/mtree.log
+fi
# Make sure to preserve existing time zone
if [ "${PFSENSETYPE}" = "nanobsd" -a -f /etc/localtime ]; then
diff --git a/tmp/post_upgrade_command.php b/tmp/post_upgrade_command.php
index 14c0d63..c4a1357 100755
--- a/tmp/post_upgrade_command.php
+++ b/tmp/post_upgrade_command.php
@@ -1,4 +1,4 @@
-#!/usr/local/bin/php -f
+#!/usr/local/bin/php -f
<?php
/* upgrade embedded users serial console */
OpenPOWER on IntegriCloud