Browse Source

no return

Bob Mottram 8 years ago
parent
commit
3dc4278e3e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-selector

+ 1
- 0
src/freedombone-selector View File

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