(simatec) fix update.sh
This commit is contained in:
parent
97085b79e4
commit
884882c9fe
1 changed files with 16 additions and 16 deletions
|
@ -15,7 +15,7 @@ else
|
|||
green=`echo -e "\e[1m\e[32m"`
|
||||
greenBold=`echo -e "\e[1m\e[1;32m"`
|
||||
redBold=`echo -e "\e[1m\e[1;31m"`
|
||||
puple=`echo -e "\e[1m\e[35m"`
|
||||
purple=`echo -e "\e[1m\e[35m"`
|
||||
bold=`echo -e "\e[1m"`
|
||||
normal=`echo -en "\e[0m"`
|
||||
fi
|
||||
|
@ -92,7 +92,7 @@ echo "${purple}****** Download Update files piler-ssl.yml ******"
|
|||
curl -OL https://raw.githubusercontent.com/simatec/piler-docker/main/config/piler-ssl.yml
|
||||
echo "${purple}${HLINE}${normal}"
|
||||
echo
|
||||
|
||||
nano
|
||||
# old docker stop
|
||||
cd $installPth
|
||||
|
||||
|
|
Loading…
Reference in a new issue