mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
parent
1a4778924f
commit
acfa4f36ca
@ -22,7 +22,7 @@ if is_docker_running
|
||||
then
|
||||
if docker ps -a --format '{{.Names}}' | grep -Eq "bitwarden";
|
||||
then
|
||||
if [ ! -d /root/bwdata ] [ ! -d "$BITWARDEN_HOME"/bwdata ]
|
||||
if [ ! -d /root/bwdata ] && [ ! -d "$BITWARDEN_HOME"/bwdata ]
|
||||
then
|
||||
msg_box "It seems like 'Bitwarden' isn't installed.\n\nYou cannot run this script."
|
||||
exit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user