Update fctelem.sh fix directory detect

fc-7
Alan Johnston 10 months ago committed by GitHub
parent 798eb38679
commit 640c118185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -52,7 +52,7 @@ sudo systemctl stop openwebrx
# FILE=/home/pi/CubeSatSim/groundstation/public_html
FILE=/home/pi/CubeSatSim/fctelem/public_html
if [ -f "$FILE" ]; then
if [ ! -d "$FILE" ]; then
echo "Making public_html directory"
mkdir /home/pi/fctelem/public_html
mkdir /home/pi/fctelem/public_html/images

Loading…
Cancel
Save

Powered by TurnKey Linux.