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 0769320 commit 0e63437Copy full SHA for 0e63437
misc/install.func
@@ -77,7 +77,7 @@ error_handler() {
77
local command="$2"
78
local error_message="${RD}[ERROR]${CL} in line ${RD}$line_number${CL}: exit code ${RD}$exit_code${CL}: while executing command ${YW}$command${CL}"
79
echo -e "\n$error_message"
80
- if [[ "$line_number" -eq 50 ]]; then
+ if [[ "$line_number" -eq 51 ]]; then
81
echo -e "The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.\n"
82
post_update_to_api "failed" "No error message, script ran in silent mode"
83
else
0 commit comments