reversed if

pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 5f2db42de3
commit 9d32d83161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,11 +8,8 @@ echo
sudo killall -9 FoxTelem &>/dev/null sudo killall -9 FoxTelem &>/dev/null
FILE=/home/pi/FoxTelemetryData/.foxprofile FILE=/home/pi/FoxTelemetryData/.foxprofile
if [ ! -f "$FILE" ]; then #if [ ! -f "$FILE" ]; then
if [ -f "$FILE" ]; then
exit
fi
value=`cat /home/pi/FoxTelemetryData/.foxprofile` value=`cat /home/pi/FoxTelemetryData/.foxprofile`
echo "$value" > /dev/null echo "$value" > /dev/null
@ -37,4 +34,6 @@ fi
sleep 10 sleep 10
fi
#$SHELL #$SHELL

Loading…
Cancel
Save

Powered by TurnKey Linux.