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