FIX: remove stray quote
[ta/infra-ansible.git] / roles / partfs_rootdisk / scripts / vol_mgmt.sh
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