We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcbc0a commit 407801dCopy full SHA for 407801d
misc/install.func
@@ -76,7 +76,7 @@ error_handler() {
76
local command="$2"
77
local error_message="${RD}[ERROR]${CL} in line ${RD}$line_number${CL}: exit code ${RD}$exit_code${CL}: while executing command ${YW}$command${CL}"
78
echo -e "\n$error_message"
79
- if [[ "$line_number" -eq 44 ]]; then
+ if [[ "$line_number" -eq 50 ]]; then
80
echo -e "The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.\n"
81
post_update_to_api "failed" "No error message, script ran in silent mode"
82
else
0 commit comments