From ac3c1fbb807620eeae0bafbb68c89b6cdfc259ca Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Thu, 29 Aug 2019 16:45:40 +0500 Subject: [PATCH] a --- ceph_bath_cmd => ceph_batch_cmd | 0 get_ceph_config.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ceph_bath_cmd => ceph_batch_cmd (100%) diff --git a/ceph_bath_cmd b/ceph_batch_cmd similarity index 100% rename from ceph_bath_cmd rename to ceph_batch_cmd diff --git a/get_ceph_config.sh b/get_ceph_config.sh index b31ec9f..3be46fc 100644 --- a/get_ceph_config.sh +++ b/get_ceph_config.sh @@ -5,4 +5,4 @@ if [ $# -lt 2 ]; then fi mkdir -p /etc/ceph -sftp $1@$2:/etc/ceph \ No newline at end of file +sftp -b ./ceph_batch_cmd $1@$2:/etc/ceph \ No newline at end of file