Update enter script

This commit is contained in:
maurice
2025-10-27 10:15:59 +01:00
parent 12a532781a
commit 28542e4f0f

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 $name
--rm -td git.plabble.org/maurice/devc-$name
fi
podman exec --detach-keys "ctrl-@" -it "$name" ${command:-}