瀏覽代碼

no return

Bob Mottram 8 年之前
父節點
當前提交
3dc4278e3e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-selector

+ 1
- 0
src/freedombone-selector 查看文件

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