move scripts

This commit is contained in:
2026-05-08 12:21:46 +02:00
parent 1f141fac7d
commit 8031e2ffc4
8 changed files with 8 additions and 8 deletions

4
scripts/stop_wp.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
POD_NAME='wordpress_with_mariadb'
podman pod stop $POD_NAME