diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 10:50:52 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 10:50:52 +0200 |
commit | ae16e5bc90d7b0a990c12b6bf312d8fdea6a58f7 (patch) | |
tree | 03740429fda4365db305cb779fd44aaf3727af2a | |
parent | 20132eefecd6df5ff72166d80fa02751b41b677e (diff) | |
download | podman-docker-builder-ae16e5bc90d7b0a990c12b6bf312d8fdea6a58f7.tar.gz |
add exit 0
-rwxr-xr-x | configure-podman | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure-podman b/configure-podman index 5071d28..dce3b09 100755 --- a/configure-podman +++ b/configure-podman @@ -11,3 +11,5 @@ diff -u /etc/containers/storage.conf.orig /etc/containers/storage.conf cp /usr/share/containers/libpod.conf /etc/containers sed -i.orig -e '/^cgroup_manager/s/systemd/cgroupfs/' /etc/containers/libpod.conf diff -u /etc/containers/libpod.conf.orig /etc/containers/libpod.conf + +exit 0 |