Skip to content
Snippets Groups Projects
Commit 3dc4278e authored by Bob Mottram's avatar Bob Mottram
Browse files

no return

parent ba1d0cc7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment