From 53d9d1a167adf0203155833c4246c28b5f28ad9f Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 15 Feb 2024 19:14:16 -0500 Subject: [PATCH] Pick up different fs types in data_retention --- Chapter 3 Files/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 3 Files/deploy.sh b/Chapter 3 Files/deploy.sh index 8fc9f0e4..5c96ba09 100755 --- a/Chapter 3 Files/deploy.sh +++ b/Chapter 3 Files/deploy.sh @@ -538,7 +538,7 @@ function pipelineupdate() { function data_retention() { # Show ext4 disk - DF_OUTPUT="$(df -BG -l -t ext4 --output=source,size /var/lib/docker)" + DF_OUTPUT="$(df -BG -l --output=source,size /var/lib/docker)" # Pull device name DISK_DEV="$(echo "$DF_OUTPUT" | awk 'NR==2 {print $1}')"