Commit 388af796 authored by Liang Ding's avatar Liang Ding

🎨 稍微做了一些调整 @vcjmhg

parent a1fdca3e
...@@ -20,6 +20,7 @@ restart_solo(){ ...@@ -20,6 +20,7 @@ restart_solo(){
} }
update_solo(){ update_solo(){
echo "Pulling Solo's image"
isUpdate=$(docker pull b3log/solo | grep "Downloaded") isUpdate=$(docker pull b3log/solo | grep "Downloaded")
if [[ -z $isUpdate ]] if [[ -z $isUpdate ]]
then then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment