]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/test/iscsi_tgt/fio/running_config.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / spdk / test / iscsi_tgt / fio / running_config.sh
index d2bbcecf6f036ae078b3b6e6ac32ab1a83023535..ea59eb5a141c872cc0d09c38e7a0f158e4fc90da 100755 (executable)
@@ -10,13 +10,13 @@ if [[ -z "$pid" ]]; then
 fi
 
 # delete any existing temporary iscsi.conf files
-rm -f /tmp/iscsi.conf.*
+rm -f /tmp/iscsi.conf*
 
 kill -USR1 "$pid"
 
-if [ ! -f `ls /tmp/iscsi.conf.*` ]; then
+if [ ! -f $(ls /tmp/iscsi.conf.*) ]; then
        echo "iscsi_tgt did not generate config file"
        exit 1
 fi
 
-mv `ls /tmp/iscsi.conf.*` /tmp/iscsi.conf
+mv $(ls /tmp/iscsi.conf.*) /tmp/iscsi.conf