summaryrefslogtreecommitdiffstats
path: root/build-initramfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-initramfs.sh')
-rwxr-xr-xbuild-initramfs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-initramfs.sh b/build-initramfs.sh
index d2876366..dbdeeba3 100755
--- a/build-initramfs.sh
+++ b/build-initramfs.sh
@@ -369,9 +369,9 @@ main() {
else
. "${_repo_dir}/modules.d/dnbd3-rootfs/helper/build.inc"
build_initialize_components
- if [[ "$initialize" == 'yes' ]]; then
- echo "Initialized."
- exit 0
+ if [[ "$initialize" == 'yes' ]]; then
+ echo "Initialized."
+ exit 0
fi
echo 'Build initramfs.'