Fix not showing container name on exit
This commit is contained in:
@@ -39,7 +39,7 @@ function dev() {
|
|||||||
echo ">>> Loading project: ${project}"
|
echo ">>> Loading project: ${project}"
|
||||||
echo ">>> ${PWD}"
|
echo ">>> ${PWD}"
|
||||||
toolbox enter "${container_name}"
|
toolbox enter "${container_name}"
|
||||||
echo ">>> Exited: ${namespace}"
|
echo ">>> Exited: ${container_name}"
|
||||||
cd ${current}
|
cd ${current}
|
||||||
|
|
||||||
podman container stop "${container_name}" &>/dev/null
|
podman container stop "${container_name}" &>/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user