app-admin/vaultwarden: remove bashism from initd

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-11-21 15:10:29 -05:00
parent 384b3b8ef9
commit c768a31347

View File

@@ -2,7 +2,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
set -a && source ../"${RC_SVCNAME}".env && set +a
set -a && . ../"${RC_SVCNAME}".env && set +a
name="Vaultwarden"
description="Unofficial Bitwarden compatible password manager server in Rust"