From 4ac77c5e6c7a6111332307e2b605a1b84abcbd92 Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 16 Apr 2021 13:23:26 +0400 Subject: [PATCH] push container should be enough --- tools/debian_bash_upgrade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/debian_bash_upgrade b/tools/debian_bash_upgrade index a74fe81..0e139a7 100755 --- a/tools/debian_bash_upgrade +++ b/tools/debian_bash_upgrade @@ -19,9 +19,8 @@ else if [[ $container_release != $remote_release ]];then echo "upgrade container <$container> from <$container_release> to <$remote_release>" /snap/bin/lxc file push /opt/debian-bash "${container}/opt/" -r - /snap/bin/lxc exec "$container" -- sh -c "cd /opt/debian-bash && ./install.sh --host" else - echo "debian-bash version on container <$container> already up-to-date!" + echo "container <$container> already up-to-date!" fi done fi