Commit cb5f921d authored by Tamer Tas's avatar Tamer Tas

Add newline to the end of bash scripts

parent 0f8cc892
......@@ -16,4 +16,4 @@
export ELASTICSEARCH_URL=${ELASTICSEARCH_URL:-"http://localhost:9200"}
echo ELASTICSEARCH_URL=${ELASTICSEARCH_URL}
/kibana-4.0.2-linux-x64/bin/kibana -e ${ELASTICSEARCH_URL}
\ No newline at end of file
/kibana-4.0.2-linux-x64/bin/kibana -e ${ELASTICSEARCH_URL}
......@@ -63,4 +63,4 @@ while true; do
done
wait
systemctl daemon-reload
\ No newline at end of file
systemctl daemon-reload
......@@ -72,4 +72,4 @@ EOF
systemctl daemon-reload
systemctl enable kubelet
systemctl start kubelet
\ No newline at end of file
systemctl start kubelet
......@@ -48,4 +48,4 @@ EOF
systemctl daemon-reload
systemctl enable kube-proxy
systemctl start kube-proxy
\ No newline at end of file
systemctl start kube-proxy
......@@ -27,4 +27,4 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
KUBE_CONFIG_FILE="config-default.sh"
${KUBE_ROOT}/hack/ginkgo-e2e.sh --ginkgo.focus=Networking
\ No newline at end of file
${KUBE_ROOT}/hack/ginkgo-e2e.sh --ginkgo.focus=Networking
......@@ -16,4 +16,4 @@
## Contains configuration values for interacting with the Ubuntu cluster in test mode
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
source "${KUBE_ROOT}/cluster/ubuntu/config-default.sh"
\ No newline at end of file
source "${KUBE_ROOT}/cluster/ubuntu/config-default.sh"
......@@ -79,4 +79,4 @@ do
else
python "$t" || true
fi
done
\ No newline at end of file
done
......@@ -38,4 +38,4 @@ start
while true; do
sleep 5
done
\ No newline at end of file
done
......@@ -44,4 +44,4 @@ echo "Ceph is ready"
# Wait forever
while true; do
sleep 10
done
\ No newline at end of file
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment