Browse Source

Conform to nopaa-apt format to auto-detext sat and time

pull/131/head
Pascal 3 years ago
parent
commit
598830de8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      schedule_sat.sh

+ 1
- 1
schedule_sat.sh View File

@@ -37,7 +37,7 @@ while [ "$(date --date="@${var2}" +%D)" = "$(date +%D)" ]; do
if [ "${MAXELEV}" -gt "${SAT_MIN_ELEV}" ]; then
SATNAME=$(echo "$1" | sed "s/ //g")
echo "${SATNAME}" "${OUTDATE}" "$MAXELEV"
echo "${NOAA_HOME}/receive.sh \"${1}\" $2 ${SATNAME}${OUTDATE} "${NOAA_HOME}"/predict/weather.tle \
echo "${NOAA_HOME}/receive.sh \"${1}\" $2 ${SATNAME}-${OUTDATE} "${NOAA_HOME}"/predict/weather.tle \
${var1} ${TIMER} ${MAXELEV}" | at "$(date --date="TZ=\"UTC\" ${START_TIME}" +"%H:%M %D")"
sqlite3 $HOME/raspberry-noaa/panel.db "insert or replace into predict_passes (sat_name,pass_start,pass_end,max_elev,is_active) values (\"$SATNAME\",$var1,$var2,$MAXELEV, 1);"
else


Loading…
Cancel
Save