5 lines
67 B
Bash
5 lines
67 B
Bash
#!/bin/bash
|
|
|
|
source constants.sh
|
|
|
|
podman rm -f $APP_CONTAINER_NAME
|