mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-admin/vaultwarden: remove bashism from initd
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user