Use the absolute path of the restorecon binary
This commit is contained in:
parent
3b19be4059
commit
ea3ecc4a02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user