From f9e76c5981db10b4120931b8c322fa9f119902da Mon Sep 17 00:00:00 2001 From: James Swineson Date: Tue, 9 Mar 2021 11:16:36 +0800 Subject: [PATCH] remove typo --- menhera.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menhera.sh b/menhera.sh index eac82fc..165cbde 100755 --- a/menhera.sh +++ b/menhera.sh @@ -18,7 +18,7 @@ NEWROOT="" MACHINE_TYPE=$(uname -m) ARCH_ID=${ARCH_MAP[$MACHINE_TYPE]:-$MACHINE_TYPE} -# fix possible PATH pMYMAP[missing]+_roblems +# fix possible PATH problems export PATH="$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" menhera::reset_sshd_config() {