From e7752fc4ee8cd6384e51d45c61fa000cf2f195c0 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 6 Nov 2014 07:56:33 -0200 Subject: Remove extra ; and space --- tmp/post_upgrade_command | 4 ++-- tmp/post_upgrade_command.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tmp') 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