summaryrefslogtreecommitdiff
path: root/utils/filtron.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/filtron.sh')
-rwxr-xr-xutils/filtron.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/filtron.sh b/utils/filtron.sh
index ba284787e..56b27dc78 100755
--- a/utils/filtron.sh
+++ b/utils/filtron.sh
@@ -204,7 +204,7 @@ install_all() {
install_apache_site
fi
fi
- if ask_yn "Do you want to inspect the installation?" Yn; then
+ if ask_yn "Do you want to inspect the installation?" Ny; then
inspect_service
fi
@@ -253,7 +253,6 @@ grep -qFs -- 'source $GO_ENV' ~/.profile || echo 'source $GO_ENV' >> ~/.profile
EOF
}
-
filtron_is_installed() {
[[ -f $SERVICE_HOME/go-apps/bin/filtron ]]
}