mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Small cleanup
This commit is contained in:
@@ -58,7 +58,3 @@ if [[ $BUILD_ALL == yes || $BUILD_ALL == demo ]]; then
|
||||
else
|
||||
source $SRC/lib/main.sh
|
||||
fi
|
||||
|
||||
# hook for function to run after build, i.e. to change owner of $SRC
|
||||
# NOTE: this will run only if there were no errors during build process
|
||||
[[ $(type -t run_after_build) == function ]] && run_after_build || true
|
||||
|
||||
Reference in New Issue
Block a user