Skip to content

Commit

Permalink
init-host.rootless.sh: Add debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Aug 14, 2024
1 parent 43214ce commit 3e7219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-host/init-host.rootless.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
: "${CONTAINER_ENGINE:=docker}"
case "${CONTAINER_ENGINE}" in
"docker")
dockerd-rootless-setuptool.sh install
dockerd-rootless-setuptool.sh install || (journalctl --user --since "10 min ago"; exit 1)
;;
"podman")
systemctl --user enable --now podman-restart
Expand Down

0 comments on commit 3e7219c

Please sign in to comment.