framadate: improve error handling
This commit is contained in:
parent
d5deacc923
commit
d09a8ebe68
|
@ -30,7 +30,7 @@ export framadate_release
|
|||
export listen_if
|
||||
export listen_port
|
||||
|
||||
podman-compose up -d
|
||||
shred -u .env
|
||||
podman rmi $(podman images -a -q -- docker.io/library/composer)
|
||||
podman-compose up -d &&
|
||||
shred -u .env &&
|
||||
podman rmi $(podman images -a -q -- docker.io/library/composer) &&
|
||||
podman pod stop ${pod_name}
|
||||
|
|
Loading…
Reference in a new issue