Fixed typo in common.sh

This commit is contained in:
Matt Sicker 2012-10-31 11:38:51 -05:00
parent f5790358eb
commit 63dc4e223e

View File

@ -30,7 +30,7 @@ function config_installation() {
if [[ $answer != "y" ]]; then if [[ $answer != "y" ]]; then
echo "Installation aborted." echo "Installation aborted."
exit 0 exit 0
else fi
} }
# Runs a system software update to make sure we're using all fresh packages # Runs a system software update to make sure we're using all fresh packages