dsnap-sync: pseudo array for fs_type adaption

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2018-09-20 17:10:43 +02:00
parent a41f00f10e
commit c6c12ac9ea

View File

@@ -542,6 +542,7 @@ get_disk_infos () {
# initialize our structures
i=0
eval "fs_type_$i='btrfs'"
for disk_uuid in $disk_uuids; do
if [ "$disk_uuid" = "$uuid_cmdline" ]; then
if [ ${#disk_uuid_match} -gt 0 ]; then