Some basics working (squashkiwi, dropshell-agent).
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
source "${AGENT_PATH}/_common.sh"
|
||||
check_required_env_vars
|
||||
_check_required_env_vars
|
||||
|
||||
# NUKE SCRIPT
|
||||
# This is run after the uninstall.sh script to delete all data.
|
||||
@ -9,7 +9,7 @@ check_required_env_vars
|
||||
|
||||
|
||||
if ! autonuke volume=$DATA_VOLUME volume=$CONFIG_VOLUME; then
|
||||
die "Failed to nuke"
|
||||
_die "Failed to nuke"
|
||||
fi
|
||||
|
||||
echo "Nuking of ${CONTAINER_NAME} complete."
|
||||
|
Reference in New Issue
Block a user