mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
fix cd bug
This commit is contained in:
parent
3580d87cb3
commit
6b7ee11c7d
1 changed files with 2 additions and 2 deletions
|
@ -74,12 +74,12 @@ apt-get -qqy install --no-install-recommends \
|
|||
echo -e "${CM}${CL} \r"
|
||||
|
||||
echo -en "${GN} Downloading Omada Controller... "
|
||||
cd /tmp
|
||||
wget "${OMADA_URL}" &>/dev/null
|
||||
echo -e "${CM}${CL} \r"
|
||||
|
||||
echo -en "${GN} Extracting Omada Controller... "
|
||||
cd /tmp
|
||||
tar zxvf "${OMADA_TAR}"
|
||||
tar zxvf "${OMADA_TAR}" &>/dev/null
|
||||
rm -f "${OMADA_TAR}"
|
||||
cd Omada_SDN_Controller_*
|
||||
echo -e "${CM}${CL} \r"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue