From 8c62335eb34ea1442855503e489dd72c52a63019 Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Tue, 5 May 2026 09:59:28 +0200 Subject: [PATCH] r --- restart_wp.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/restart_wp.sh b/restart_wp.sh index 333bb7c..7bbdf5c 100755 --- a/restart_wp.sh +++ b/restart_wp.sh @@ -15,6 +15,9 @@ podman rm $CONTAINER_NAME_DB $CONTAINER_NAME_WP 2>/dev/null || true # Remove pod podman pod rm -f $POD_NAME 2>/dev/null || true +echo "removed pods" +#exit 0 + # Recreate pod podman pod create -n $POD_NAME -p 8090:80