diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index dda42ca044..9cabc7931a 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -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" diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index eefb29132b..4be95b5143 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -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