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