FIX: remove stray quote 50/4050/2
authordave kormann <davek@research.att.com>
Sun, 10 Jan 2021 14:07:40 +0000 (09:07 -0500)
committerdave kormann <davek@research.att.com>
Sun, 10 Jan 2021 14:09:20 +0000 (09:09 -0500)
oops.

signed-off-by: dave kormann <davek@research.att.com>
Change-Id: I6c862cc69d66e4cee5e9c3259c43dc8b182ca4e3

infra-ansible.spec
roles/partfs_rootdisk/scripts/vol_mgmt.sh

index 97eb198..cf39ff1 100644 (file)
@@ -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
index f99c3fe..940b965 100755 (executable)
@@ -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