setup: fix missing fi

closes #175
This commit is contained in:
chandi 2021-12-14 10:42:46 +01:00
parent 32a4ea41b6
commit 422888ecfa

View File

@ -79,6 +79,7 @@ then
while [[ ! $prometheus_exporter_optimization =~ ^(y|n)$ ]]; do
read -p "Choice (y/n): " prometheus_exporter_optimization
done
fi
if [ "$recording" == "y" ]
then