mirror of
https://github.com/bitwarden/server
synced 2025-12-11 05:43:35 +00:00
rename dir to bwdata
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user