bunkerweb/examples/nextcloud/cleanup-kubernetes.sh
2022-07-23 22:38:49 +02:00

8 lines
No EOL
102 B
Bash
Executable file

#!/bin/bash
if [ $(id -u) -ne 0 ] ; then
echo "❌ Run me as root"
exit 1
fi
helm delete nextcloud