fix indent

This commit is contained in:
AlfonsoRBJ
2018-12-28 11:48:27 +01:00
parent ab90a9a95b
commit dff13dfc7a

View File

@@ -15,7 +15,7 @@ fi
# Configuring default credentiales.
if [ ! -f /etc/nginx/conf.d/kibana.htpasswd ]; then
echo "Setting Nginx credentials"
echo $NGINX_PWD|htpasswd -i -c /etc/nginx/conf.d/kibana.htpasswd $NGINX_NAME >/dev/null
echo $NGINX_PWD|htpasswd -i -c /etc/nginx/conf.d/kibana.htpasswd $NGINX_NAME >/dev/null
else
echo "Kibana credentials already configured"
fi