summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorJonathan Bauer2019-08-20 12:34:40 +0200
committerJonathan Bauer2019-08-20 12:34:40 +0200
commitd9ee89dbf58c20f1b86ff27e4d0301eca6d1e7b5 (patch)
treed2defff8875c7840e9d299408d9f4978d74323f2 /builder
parent[slx-dmsetup] add ext4 binaries (diff)
downloadsystemd-init-d9ee89dbf58c20f1b86ff27e4d0301eca6d1e7b5.tar.gz
systemd-init-d9ee89dbf58c20f1b86ff27e4d0301eca6d1e7b5.tar.xz
systemd-init-d9ee89dbf58c20f1b86ff27e4d0301eca6d1e7b5.zip
[slx-dmsetup] remove quotes
Diffstat (limited to 'builder')
-rw-r--r--builder/modules.d/slx-dmsetup/scripts/grow-rootfs.sh2
1 files changed, 1 insertions, 1 deletions
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