framadate: improve error handling

This commit is contained in:
Gitouche 2022-02-12 18:39:16 +01:00
parent d5deacc923
commit d09a8ebe68

View file

@ -30,7 +30,7 @@ export framadate_release
export listen_if export listen_if
export listen_port export listen_port
podman-compose up -d podman-compose up -d &&
shred -u .env shred -u .env &&
podman rmi $(podman images -a -q -- docker.io/library/composer) podman rmi $(podman images -a -q -- docker.io/library/composer) &&
podman pod stop ${pod_name} podman pod stop ${pod_name}