From acfa4f36cae86b4cebcbfc5835be7fcb20687452 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 22 Apr 2021 09:42:31 +0200 Subject: [PATCH] fix SC in master (#1927) Signed-off-by: szaimen --- apps/bitwarden_registration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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