From cb5f921df10ae3119b3052db0e4c526c9778d3b8 Mon Sep 17 00:00:00 2001 From: Tamer Tas Date: Fri, 18 Sep 2015 19:35:05 +0300 Subject: [PATCH] Add newline to the end of bash scripts --- cluster/addons/fluentd-elasticsearch/kibana-image/run.sh | 2 +- cluster/centos/node/scripts/flannel.sh | 2 +- cluster/centos/node/scripts/kubelet.sh | 2 +- cluster/centos/node/scripts/proxy.sh | 2 +- cluster/test-network.sh | 2 +- cluster/ubuntu/config-test.sh | 2 +- hack/verify-all.sh | 2 +- test/images/volumes-tester/iscsi/run_iscsid.sh | 2 +- test/images/volumes-tester/rbd/bootstrap.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cluster/addons/fluentd-elasticsearch/kibana-image/run.sh b/cluster/addons/fluentd-elasticsearch/kibana-image/run.sh index 0a243777b1..181b835d60 100755 --- a/cluster/addons/fluentd-elasticsearch/kibana-image/run.sh +++ b/cluster/addons/fluentd-elasticsearch/kibana-image/run.sh @@ -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} diff --git a/cluster/centos/node/scripts/flannel.sh b/cluster/centos/node/scripts/flannel.sh index c19480d93a..fff6dc718d 100755 --- a/cluster/centos/node/scripts/flannel.sh +++ b/cluster/centos/node/scripts/flannel.sh @@ -63,4 +63,4 @@ while true; do done wait -systemctl daemon-reload \ No newline at end of file +systemctl daemon-reload diff --git a/cluster/centos/node/scripts/kubelet.sh b/cluster/centos/node/scripts/kubelet.sh index c186c36939..e104c43406 100755 --- a/cluster/centos/node/scripts/kubelet.sh +++ b/cluster/centos/node/scripts/kubelet.sh @@ -72,4 +72,4 @@ EOF systemctl daemon-reload systemctl enable kubelet -systemctl start kubelet \ No newline at end of file +systemctl start kubelet diff --git a/cluster/centos/node/scripts/proxy.sh b/cluster/centos/node/scripts/proxy.sh index 5e4181f2c1..fec4fa9574 100755 --- a/cluster/centos/node/scripts/proxy.sh +++ b/cluster/centos/node/scripts/proxy.sh @@ -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 diff --git a/cluster/test-network.sh b/cluster/test-network.sh index 5374b1b03e..c3c1961b3f 100755 --- a/cluster/test-network.sh +++ b/cluster/test-network.sh @@ -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 diff --git a/cluster/ubuntu/config-test.sh b/cluster/ubuntu/config-test.sh index d13621b48c..0da5a7ac0c 100644 --- a/cluster/ubuntu/config-test.sh +++ b/cluster/ubuntu/config-test.sh @@ -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" diff --git a/hack/verify-all.sh b/hack/verify-all.sh index c097fe531c..3fa0f6b823 100755 --- a/hack/verify-all.sh +++ b/hack/verify-all.sh @@ -79,4 +79,4 @@ do else python "$t" || true fi -done \ No newline at end of file +done diff --git a/test/images/volumes-tester/iscsi/run_iscsid.sh b/test/images/volumes-tester/iscsi/run_iscsid.sh index 50d38fb558..644e338138 100755 --- a/test/images/volumes-tester/iscsi/run_iscsid.sh +++ b/test/images/volumes-tester/iscsi/run_iscsid.sh @@ -38,4 +38,4 @@ start while true; do sleep 5 -done \ No newline at end of file +done diff --git a/test/images/volumes-tester/rbd/bootstrap.sh b/test/images/volumes-tester/rbd/bootstrap.sh index f5ca9dd18d..b9f2acc8ab 100755 --- a/test/images/volumes-tester/rbd/bootstrap.sh +++ b/test/images/volumes-tester/rbd/bootstrap.sh @@ -44,4 +44,4 @@ echo "Ceph is ready" # Wait forever while true; do sleep 10 -done \ No newline at end of file +done