diff --git a/apps/bitwarden_registration.sh b/apps/bitwarden_registration.sh index f5dfce95..4866ebce 100644 --- a/apps/bitwarden_registration.sh +++ b/apps/bitwarden_registration.sh @@ -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