From 2a41362325810bc047ebb70883f8c4f439ae82eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 23 Jan 2019 13:09:21 +0100 Subject: [PATCH] typo --- lizardfs/lizardfs-snapshots.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lizardfs/lizardfs-snapshots.sh b/lizardfs/lizardfs-snapshots.sh index 32821be..2355b54 100755 --- a/lizardfs/lizardfs-snapshots.sh +++ b/lizardfs/lizardfs-snapshots.sh @@ -112,7 +112,7 @@ for src in "${SOURCES[@]}"; do if test -n "$del"; then for f in $(ls -d1 "${DESTINATION}/${target}"-* | sort -r | tail -n +"$del"); do #echo " " "lizardfs rremove -l '$f'" - echo " " "rm -rf --one-filesystem '$f'" + echo " " "rm -rf --one-file-system '$f'" done fi else @@ -121,7 +121,7 @@ for src in "${SOURCES[@]}"; do if test -n "$del"; then for f in $(ls -d1 "${DESTINATION}/${target}"-* | sort -r | tail -n +"$del"); do #lizardfs rremove -l "$f" - test -d "$f" && rm -rf --one-filesystem "$f" + test -d "$f" && rm -rf --one-file-system "$f" done fi fi