mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Made command substitution
POSIX compliant (#1154)
This commit is contained in:
parent
63f6dd9a24
commit
eb708cbf1b
@ -22,7 +22,7 @@ EOF
|
||||
# Setup
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
SCRIPT_NAME=`basename "$0"`
|
||||
SCRIPT_NAME=$(basename "$0")
|
||||
SCRIPT_PATH="$DIR/$SCRIPT_NAME"
|
||||
OUTPUT="$DIR/bwdata"
|
||||
if [ $# -eq 2 ]
|
||||
|
Loading…
Reference in New Issue
Block a user