From bb5a48dd936f398e07335212583c5859abf0fafc Mon Sep 17 00:00:00 2001 From: dave kormann Date: Sun, 10 Jan 2021 09:07:40 -0500 Subject: [PATCH] FIX: remove stray quote oops. signed-off-by: dave kormann Change-Id: I6c862cc69d66e4cee5e9c3259c43dc8b182ca4e3 --- infra-ansible.spec | 2 +- roles/partfs_rootdisk/scripts/vol_mgmt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra-ansible.spec b/infra-ansible.spec index 97eb198..cf39ff1 100644 --- a/infra-ansible.spec +++ b/infra-ansible.spec @@ -15,7 +15,7 @@ Name: infra-ansible Version: %{_version} -Release: 10%{?dist} +Release: 11%{?dist} Summary: Contains ansible playbook and roles for Akraino rec blueprint License: %{_platform_licence} Source0: %{name}-%{version}.tar.gz diff --git a/roles/partfs_rootdisk/scripts/vol_mgmt.sh b/roles/partfs_rootdisk/scripts/vol_mgmt.sh index f99c3fe..940b965 100755 --- a/roles/partfs_rootdisk/scripts/vol_mgmt.sh +++ b/roles/partfs_rootdisk/scripts/vol_mgmt.sh @@ -56,7 +56,7 @@ fi # mirror the permissions of the existing directory oPerm=`stat -c '%a' ${evac_dir}` -' + if [ ! -b $mount_vol_dev ];then echo "Provided volume $mount_vol_dev is not a block device!!" exit 1 -- 2.16.6