mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
script fixes for mac
This commit is contained in:
2
util/Server/build.sh
Normal file → Executable file
2
util/Server/build.sh
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
DIR="$(dirname $(readlink -f $0))"
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
echo -e "\n# Building Server"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user