From 969100fd96f5330a26595287f88bb2255d53bd3b Mon Sep 17 00:00:00 2001 From: jgaunt Date: Wed, 10 Jun 2020 17:10:20 -0400 Subject: [PATCH] Update 'update.sh' --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index df9775d..c169b26 100644 --- a/update.sh +++ b/update.sh @@ -117,7 +117,7 @@ elif [ "${OS}" == "CentOS" ]; then # remove and then install pbis-open again dnf remove -y pbis-open - dnf isntall -y pbis-open + dnf install -y pbis-open fi # modify ssh to allow root login and then restart the service