'Generic Commit'

This commit is contained in:
Your Name
2025-06-16 22:26:06 +12:00
parent 5c4560b74b
commit f917e8cb4f
15 changed files with 4 additions and 4 deletions

12
simple-object-server/destroy.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
source "${AGENT_PATH}/common.sh"
_check_required_env_vars
# Simple Object Storage Destroy Script
# Removes container AND volume.
./uninstall.sh
datadestroy "volume=${VOLUME_NAME}" || _die "Failed to Destroy volume ${VOLUME_NAME}"
echo "Destroyed ${CONTAINER_NAME}."