Fix enter script

This commit is contained in:
maurice
2025-10-27 10:31:54 +01:00
parent 28542e4f0f
commit fe05c45de1

View File

@@ -26,7 +26,7 @@ if [ "$(podman container inspect "$name" -f {{.State.Running}} 2>&1)" != 'true'
-v /run/user/$UID/podman/podman.sock:/tmp/podman.sock \
-v $HOME/dev:/home/user/dev \
-v v-$name:/home/user:copy \
--rm -td git.plabble.org/maurice/devc-$name
--rm -td git.plabble.org/maurice/$name:main
fi
podman exec --detach-keys "ctrl-@" -it "$name" ${command:-}