Commit 43d55268 authored by nimrod's avatar nimrod
Browse files

wb: Don't allow dry update from inside the container.

Because it doesn't work.
parent a3c4bb9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ update() {
}

dry_update() {
    not_from_toolbox
    podman image pull "$IMAGE" > /dev/null
}