From d9ee89dbf58c20f1b86ff27e4d0301eca6d1e7b5 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 20 Aug 2019 12:34:40 +0200 Subject: [slx-dmsetup] remove quotes --- builder/modules.d/slx-dmsetup/scripts/grow-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builder') diff --git a/builder/modules.d/slx-dmsetup/scripts/grow-rootfs.sh b/builder/modules.d/slx-dmsetup/scripts/grow-rootfs.sh index d76e6ab0..754e98ac 100644 --- a/builder/modules.d/slx-dmsetup/scripts/grow-rootfs.sh +++ b/builder/modules.d/slx-dmsetup/scripts/grow-rootfs.sh @@ -33,7 +33,7 @@ resize_rootfs() { echo "'$fstype' is supported, but cannot find helper binary - ignoring." return 1 fi - if ! "${growfs_helpers[${fstype}]}" "${growfs_opts[$fstype]}" "${growfs_targets[$fstype]}"; then + if ! "${growfs_helpers[${fstype}]}" ${growfs_opts[$fstype]} "${growfs_targets[$fstype]}"; then echo "Failed to run '${growfs_helpers[${fstype}]}' on '${growfs_targets[$fstype]}'." return 1 fi -- cgit v1.2.3-55-g7522