1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

mk env dir

This commit is contained in:
Kyle Spearrin 2018-03-27 17:18:09 -04:00
parent 2c2496d28f
commit aa69b45400

View File

@ -124,6 +124,7 @@ function restart() {
if [ $OS == "lin" ]
then
mkdir -p ../env
echo "LOCAL_UID=`id -u $USER`" > ../env/uid.env
fi