From a9b40bb339a423cadfd68d01b8a1868b54e3c348 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 22 Feb 2025 16:27:33 -0500 Subject: [PATCH] Update update add create html directory --- update | 1 + 1 file changed, 1 insertion(+) diff --git a/update b/update index a42a0fd6..6276a70e 100755 --- a/update +++ b/update @@ -243,6 +243,7 @@ if [ ! -d "/home/pi/fctelem" ]; then echo "Installing fctelem binary v0.2 for FunCube mode" cd mkdir /home/pi/fctelem + mkdir /home/pi/fctelem/public_html cd fctelem wget https://github.com/alanbjohnston/go/releases/download/v0.2/fctelem.zip unzip fctelem.zip