mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
rename dir to bwdata
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user