From b7e13aa864788214f1400e9b2b3601c823750f41 Mon Sep 17 00:00:00 2001 From: Yaya4 <34249303+Yaya48@users.noreply.github.com> Date: Sat, 5 Sep 2020 20:29:34 +0200 Subject: [PATCH] add some dependencies check --- procursus-migration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procursus-migration.sh b/procursus-migration.sh index 6163994..7f7d4e0 100644 --- a/procursus-migration.sh +++ b/procursus-migration.sh @@ -27,7 +27,7 @@ fi } checkDependencies(){ echo "Checking Dependencies ..." -need2 ="" +need2 = "" command -v wget >/dev/null 2>&1 || need2+="wget " command -v plutil >/dev/null 2>&1 || need2+="com.bingner.plutil " if [[ $need2 != "" ]]; then