From 896f5a68c194eaa868ad2381711da569f8243fd0 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 18 Oct 2019 10:27:09 -0400 Subject: [PATCH] formatting --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index e8818cd..424155f 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -385,7 +385,7 @@ function optimize_php() { } function build_R1 () { - if [-f /boot/armbianEnv.txt]; then + if [ -f /boot/armbianEnv.txt]; then sudo sed -i "1i extraargs=net.ifnames=0" /boot/armbianEnv.txt fi }