Update vaultwarden-install.sh

This commit is contained in:
tteckster 2022-03-11 08:22:24 -05:00 committed by GitHub
parent 25d6ed3c4d
commit 9b5ec7c601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ cp -R web-vault /var/lib/vaultwarden/ &>/dev/null
echo -e "${CM}${CL} \r"
echo -en "${GN} Create Systemd Service... "
cd ..
mkdir data
cp ../../.env.template /etc/vaultwarden.env &>/dev/null
cp vaultwarden /usr/bin/vaultwarden &>/dev/null
chmod +x /usr/bin/vaultwarden &>/dev/null