Remove extra ; and space

This commit is contained in:
Renato Botelho 2014-11-06 07:56:33 -02:00
parent e7a0051400
commit e7752fc4ee
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/php -f
#!/usr/local/bin/php -f
<?php
/* upgrade embedded users serial console */