mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Disable debugging on packages install
This commit is contained in:
@@ -174,7 +174,7 @@ function kernel_package_hook_helper() {
|
||||
return 1
|
||||
}
|
||||
|
||||
set -x # Debugging
|
||||
#set -x # Debugging
|
||||
|
||||
$(cat "${contents}")
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@ function generic_artifact_package_hook_helper() {
|
||||
#!/bin/bash
|
||||
echo "Armbian '${artifact_name:?}' for '${artifact_version:?}': '${script}' starting."
|
||||
set +e # NO ERROR CONTROL, for compatibility with legacy Armbian scripts.
|
||||
set -x # Debugging
|
||||
#set -e # Debugging
|
||||
|
||||
$(echo "${contents}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user