From 072c1274ecc1faeb09c9f15df0fb90bef9fafbff Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 23 Dec 2023 23:01:03 +0100 Subject: [PATCH] fix: Remove flags (#255) --- src/disk.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/disk.sh b/src/disk.sh index ed53bc3..6c54424 100644 --- a/src/disk.sh +++ b/src/disk.sh @@ -290,8 +290,7 @@ checkFS () { if [[ "$FA" != *"C"* ]]; then info "Warning: the filesystem of $DIR is ${FS^^}, and COW (copy on write) is not disabled for that folder!" - info "This will negatively affect performance, please empty the folder and add the LINUX_IMMUTABLE flag" - info "to the 'cap_add' section of your compose file, or disable COW manually by executing: chattr +C " + info "This will negatively affect performance, please empty the folder and disable COW first (chattr +C )." fi fi