From ea3ecc4a0203c0d9d43a51c3326d4214a0563877 Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 25 Jan 2021 14:40:29 +0100 Subject: [PATCH] Use the absolute path of the restorecon binary --- bw-updater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bw-updater b/bw-updater index b91dc6b..351e6c2 100644 --- a/bw-updater +++ b/bw-updater @@ -43,7 +43,7 @@ function update_bitwarden { # set the correct permissions chown root:bitwarden /usr/local/bin/bitwarden chmod 750 /usr/local/bin/bitwarden - restorecon /usr/local/bin/bitwarden + /usr/sbin/restorecon /usr/local/bin/bitwarden if systemctl start bitwarden.service then