mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
portainer upgrade bug fix
This commit is contained in:
parent
80bac9ae8c
commit
709d8a5615
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ else
|
|||
echo "start to update portainer..."
|
||||
cd /usr/share/cockpit
|
||||
wget $urls/plugin/portainer/portainer-$new_container_version.zip
|
||||
rm -rf portainer
|
||||
rm -rf container
|
||||
unzip portainer-$new_container_version.zip
|
||||
rm -f portainer-$new_container_version.zip
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue