From 7577d95fbb66e74937d5dd92f8714817b682f037 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 18 Oct 2019 13:10:39 -0400 Subject: [PATCH] fix typo --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 196b65c..7df6796 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -94,7 +94,7 @@ function install_dependencies() { function stop_lokinet(){ sudo systemctl stop lokinet.service } -function common_interfacest(){ +function common_interfaces(){ #OVERLOAD THIS install_error "Not Armbian" }