mirror of https://github.com/tteck/Proxmox.git
show debug output
This commit is contained in:
parent
b4850b2749
commit
3580d87cb3
|
@ -79,8 +79,8 @@ echo -e "${CM}${CL} \r"
|
|||
|
||||
echo -en "${GN} Extracting Omada Controller... "
|
||||
cd /tmp
|
||||
tar zxvf "${OMADA_TAR}" &>/dev/null
|
||||
rm -f "${OMADA_TAR}" &>/dev/null
|
||||
tar zxvf "${OMADA_TAR}"
|
||||
rm -f "${OMADA_TAR}"
|
||||
cd Omada_SDN_Controller_*
|
||||
echo -e "${CM}${CL} \r"
|
||||
|
||||
|
|
Loading…
Reference in New Issue