From d8f46a0b66708c7204eba94236a7a5c6a7390347 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Sun, 30 Jun 2024 19:50:12 -0400 Subject: [PATCH] Improve install manual script --- script-install-manual-scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script-install-manual-scripts b/script-install-manual-scripts index 7183b2e8..d62f86f4 100755 --- a/script-install-manual-scripts +++ b/script-install-manual-scripts @@ -15,7 +15,7 @@ if [[ "$original_dir" != "$sourcedir" ]]; then pushd "$sourcedir" || exit $? fi -(( reload )) && [[ -f $parent/script-functions ]] && . "$parent"/script-functions || exit 1 +(( reload )) && [[ -f $parent/script-functions ]] && . "$parent"/script-functions is_root