From 450fbcd9887cd0e9359137c3ec460cd7b6dbf707 Mon Sep 17 00:00:00 2001 From: Unixware Date: Sun, 10 Oct 2021 11:37:50 +0100 Subject: [PATCH] Update add-certificates-to-phone.sh typo mate! --- add-certificates-to-phone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add-certificates-to-phone.sh b/add-certificates-to-phone.sh index e9b0f18..b84c7fd 100755 --- a/add-certificates-to-phone.sh +++ b/add-certificates-to-phone.sh @@ -36,7 +36,7 @@ PKCS11=pkcs11.txt DB_DIR=`adb shell "ls -d ${ROOT_DIR_DB}/*.default 2>/dev/null" | sed "s/default.*$/default/g"` if [ "${DB_DIR}" = "" ]; then - echo "Profile directory does not exists. Please start the b2g process at + echo "Profile directory does not exist. Please start the b2g process at least once before running this script." exit 1 fi