1
0
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:
Kyle Spearrin 2017-10-03 16:34:39 -04:00
parent c12a0747cc
commit c95664c196
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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