mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
bump catatonit to v0.1.4
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
BASE_PATH="/usr/libexec/podman"
|
||||
CATATONIT_PATH="${BASE_PATH}/catatonit"
|
||||
CATATONIT_VERSION="v0.1.3"
|
||||
CATATONIT_VERSION="v0.1.4"
|
||||
|
||||
if [ -f $CATATONIT_PATH ]; then
|
||||
echo "skipping ... catatonit is already installed"
|
||||
|
Reference in New Issue
Block a user