From 7c19172f87b6fe35dffd8f9a252c3c10efe13aa2 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 25 Nov 2025 22:40:16 +0400 Subject: fix(scripts): fix shellcheck errors and warnings --- scripts/cli/svol | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/cli/svol') 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 ;; -- cgit v1.2.3