summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-03-13 18:06:49 +0100
committerJonathan Bauer2018-03-13 18:06:49 +0100
commit22fa579dbe7664391467f2fb59b9371ccd866aae (patch)
treee49117f248923b351564cc14e80cdb97bab6dd20
parent[systemd-networkd-ext] fix script when resolved (diff)
downloadsystemd-init-22fa579dbe7664391467f2fb59b9371ccd866aae.tar.gz
systemd-init-22fa579dbe7664391467f2fb59b9371ccd866aae.tar.xz
systemd-init-22fa579dbe7664391467f2fb59b9371ccd866aae.zip
no exit in sourced scripts round2wq
-rwxr-xr-xbuilder/modules.d/openslx_tmp_format/scripts/openslx_tmp_format.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/builder/modules.d/openslx_tmp_format/scripts/openslx_tmp_format.sh b/builder/modules.d/openslx_tmp_format/scripts/openslx_tmp_format.sh
index 26b6cb81..00aee627 100755
--- a/builder/modules.d/openslx_tmp_format/scripts/openslx_tmp_format.sh
+++ b/builder/modules.d/openslx_tmp_format/scripts/openslx_tmp_format.sh
@@ -34,5 +34,3 @@ if ! ${SLX_TMP_PARTITION_FILESYSTEM_CREATE_COMMAND} "${SLX_TMP_PARTITION_DEVICE}
Failed to format '${SLX_TMP_PARTITION_DEVICE}' using: \
${SLX_TMP_PARTITION_FILESYSTEM_CREATE_COMMAND}"
fi
-
-exit 0