mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
uid.env file
This commit is contained in:
@ -121,6 +121,12 @@ function restart() {
|
||||
dockerComposeDown
|
||||
dockerComposePull
|
||||
updateLetsEncrypt
|
||||
|
||||
if [ $OS == "lin" ]
|
||||
then
|
||||
echo "LOCAL_UID=`id -u $USER`" > ../env/uid.env
|
||||
fi
|
||||
|
||||
dockerComposeUp
|
||||
dockerPrune
|
||||
printEnvironment
|
||||
|
Reference in New Issue
Block a user