no return

This commit is contained in:
Bob Mottram 2016-07-05 17:00:10 +01:00
parent ba1d0cc7a7
commit 3dc4278e3e
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ function app_is_installed {
app_name="$1"
if [ ! -f $COMPLETION_FILE ]; then
echo "0"
return
fi
if ! grep -Fxq "install_${app_name}" $COMPLETION_FILE; then