diff --git a/contrib/rbw-client.sh b/contrib/rbw-client.sh index 2a0baf9..547c656 100755 --- a/contrib/rbw-client.sh +++ b/contrib/rbw-client.sh @@ -1,8 +1,8 @@ -#!/usr/bin/env bash +#!/bin/sh # https://stackoverflow.com/questions/192249/how-do-i-parse-command-line-arguments-in-bash -while [[ $# -gt 0 ]]; do +while [ $# -gt 0 ]; do case $1 in --vault-id) vault_id="$2"