mirror of
https://github.com/bitwarden/server.git
synced 2025-05-02 02:02:18 -05:00
rename dir to bwdata
This commit is contained in:
parent
c12a0747cc
commit
c95664c196
@ -37,7 +37,7 @@ echo ""
|
||||
$scriptPath = $MyInvocation.MyCommand.Path
|
||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
if($output -eq "") {
|
||||
$output="${dir}\bitwarden"
|
||||
$output="${dir}\bwdata"
|
||||
}
|
||||
|
||||
$scriptsDir = "${output}\scripts"
|
||||
|
@ -29,7 +29,7 @@ echo ""
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
SCRIPT_NAME=`basename "$0"`
|
||||
SCRIPT_PATH="$DIR/$SCRIPT_NAME"
|
||||
OUTPUT="$DIR/bitwarden"
|
||||
OUTPUT="$DIR/bwdata"
|
||||
if [ $# -eq 2 ]
|
||||
then
|
||||
OUTPUT=$2
|
||||
|
Loading…
x
Reference in New Issue
Block a user