mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "4fb6313bec93a926f5644fe7d31aacffd764c0e1" and "d9147b073bd118ae403e9b1187fcefbd4d33328e" have entirely different histories.
4fb6313bec
...
d9147b073b
|
@ -25,6 +25,9 @@ HOLD="-"
|
|||
CM="${GN}✓${CL}"
|
||||
CROSS="${RD}✗${CL}"
|
||||
|
||||
set -euo pipefail
|
||||
shopt -s inherit_errexit nullglob
|
||||
|
||||
msg_info() {
|
||||
local msg="$1"
|
||||
echo -ne " ${HOLD} ${YW}${msg}..."
|
||||
|
|
Loading…
Reference in New Issue