mirror of https://github.com/tteck/Proxmox.git
Compare commits
5 Commits
13ae767e7f
...
9c3fb90eb8
Author | SHA1 | Date |
---|---|---|
|
9c3fb90eb8 | |
|
5e7a808fb9 | |
|
67df410019 | |
|
353e74f86b | |
|
2c247bc588 |
|
@ -36,7 +36,10 @@ error_handler() {
|
|||
local line_number="$1"
|
||||
local command="$2"
|
||||
local error_message="${RD}[ERROR]${CL} in line ${RD}$line_number${CL}: exit code ${RD}$exit_code${CL}: while executing command ${YW}$command${CL}"
|
||||
echo -e "\n$error_message\n"
|
||||
echo -e "\n$error_message"
|
||||
if [[ "$line_number" -eq 22 ]]; then
|
||||
echo -e "The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.\n"
|
||||
fi
|
||||
}
|
||||
|
||||
msg_info() {
|
||||
|
|
Loading…
Reference in New Issue