Bob Mottram 8 lat temu
rodzic
commit
3dc4278e3e
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      src/freedombone-selector

+ 1
- 0
src/freedombone-selector Wyświetl plik

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