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