mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update containers_version.sh
This commit is contained in:
parent
293cb0383c
commit
57013f5ed8
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ for appinfo in $(docker ps --format '{{.Names}}%{{.Image}}'); do
|
|||
wget -O /tmp/$appname_get_version.sh https://raw.githubusercontent.com/Websoft9/docker-$appname/main/src/get_version.sh
|
||||
bash /tmp/$appname_get_version.sh $containername
|
||||
break
|
||||
fi
|
||||
fi
|
||||
else
|
||||
echo "通过服务名匹配"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue