From ae9e13ecad2053ade3180edf4067b1b60aed6530 Mon Sep 17 00:00:00 2001 From: David Carley Date: Sun, 7 Mar 2021 21:22:23 -0800 Subject: [PATCH] Removed debugging statement --- scripts/resize_root_fs.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/resize_root_fs.sh b/scripts/resize_root_fs.sh index 794bbe7..16a4619 100755 --- a/scripts/resize_root_fs.sh +++ b/scripts/resize_root_fs.sh @@ -25,8 +25,6 @@ get_fs_resize_variables () { should_resize_root_partition() { get_fs_resize_variables - ( set -o posix ; set ) - if [ "$BOOT_DEV_NAME" != "$ROOT_DEV_NAME" ]; then FAIL_REASON="Boot and root partitions are on different devices" return 1