Left out ; then

This commit is contained in:
Jake Guffey 2012-09-19 17:37:19 -04:00
parent 07c5a9b49e
commit c01a7ebc45
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if [ -f "${rcvar}.old" ]; then # rcvar.old exists, we must need to disable pf
elif [ -f "${rcvar}.new" ]; then # rcvar.new exists, we must need to apply it
# Ensure that pf is enabled in the first place
# If it already is enabled, pfctl -e returns 1, go on with life
if [ -f "${rcvar}" ];
if [ -f "${rcvar}" ]; then
rm -f "${rcvar}"
fi
mv "${rcvar}.new" "${rcvar}"