Update fctelem.sh make dir if not present

fc-fctelem
Alan Johnston 10 months ago committed by GitHub
parent 2cbb14c4d0
commit 1c48f9e61b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,6 +46,11 @@ sudo systemctl stop rtl_tcp
sudo systemctl stop openwebrx
FILE=/home/pi/CubeSatSim/groundstation/public_html
if [ ! -f "$FILE" ]; then
echo "Making public_html directory"
mkdir /home/pi/CubeSatSim/groundstation/public_html
fi
cd /home/pi/CubeSatSim/groundstation/public_html

Loading…
Cancel
Save

Powered by TurnKey Linux.