Add PowerShell scripts to change Checkpoint mode

This commit is contained in:
Thomas Gebert 2025-10-30 11:41:26 +01:00
parent 34edd4e2a7
commit 128a4c684b

View File

@ -13,6 +13,7 @@ brick_list() {
VOLUME="${1}" VOLUME="${1}"
if [ "${VOLUME}" == "" ]; then if [ "${VOLUME}" == "" ]; then
echo "No volume given." echo "No volume given."
show_help
return 1 return 1
fi fi
@ -26,6 +27,7 @@ brick_list() {
execute_command() { execute_command() {
if [ "${COMMAND}" == "" ]; then if [ "${COMMAND}" == "" ]; then
echo "No command given." echo "No command given."
show_help
return 1 return 1
fi fi