mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
rc
This commit is contained in:
parent
7109f05770
commit
1b3bf398fe
2 changed files with 3 additions and 3 deletions
|
@ -51,6 +51,7 @@ docker_exist() {
|
|||
}
|
||||
|
||||
Install_Docker(){
|
||||
|
||||
echo "$echo_prefix_docker Installing Docker for your system"
|
||||
|
||||
# For redhat family
|
||||
|
@ -73,7 +74,6 @@ Install_Docker(){
|
|||
fi
|
||||
}
|
||||
|
||||
|
||||
Upgrade_Docker(){
|
||||
if docker_exist; then
|
||||
echo "$echo_prefix_docker Upgrading Docker for your system..."
|
||||
|
@ -101,7 +101,7 @@ else
|
|||
|
||||
while ((retry_count < max_retries)); do
|
||||
Install_Docker
|
||||
if [ $? -ne 0 ]; then
|
||||
if ! docker_exist; then
|
||||
echo "Installation timeout or failed, retrying..."
|
||||
((retry_count++))
|
||||
sleep 3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.28-rc2",
|
||||
"version": "0.8.28-rc3",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Reference in a new issue