diff options
-rwxr-xr-x | wgetpaste | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ show_services() { [[ ${#arg} -gt ${max} ]] && max=${#arg} done ((IND=6+${max})) - if ${VERBOSE}; then + if [[ ${VERBOSE} ]]; then max=0 for s in "${SERVICES[@]}"; do arg=$(eval "echo \${${s}[1]}") |