summaryrefslogtreecommitdiff
path: root/scripts/cli/svol
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cli/svol')
-rwxr-xr-xscripts/cli/svol8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/cli/svol b/scripts/cli/svol
index 64f4a2f..d6f169c 100755
--- a/scripts/cli/svol
+++ b/scripts/cli/svol
@@ -23,10 +23,10 @@ volume_handle check_program
while getopts "i:d:s:pth" option; do
case "${option}" in
- i) run --reload-status "volume_handle up ${OPTARG}" ;;
- d) run --reload-status "volume_handle down ${OPTARG}" ;;
- s) run --reload-status "volume_handle set ${OPTARG}" ;;
- t) run --reload-status "volume_handle toggle" ;;
+ i) run --reload-status volume_handle up "${OPTARG}" ;;
+ d) run --reload-status volume_handle down "${OPTARG}" ;;
+ s) run --reload-status volume_handle set "${OPTARG}" ;;
+ t) run --reload-status volume_handle toggle ;;
p) volume_handle get-current ;;
h) help ;;