Skip to content

Commit

Permalink
Merge pull request #10 from T0biii/patch-1
Browse files Browse the repository at this point in the history
fix tag to ffac-mt7915-hotfix
  • Loading branch information
maurerle authored Aug 2, 2024
2 parents 443bdac + 88f3a12 commit 2bea94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ffac-mt7915-hotfix/files/lib/gluon/mt7915/reboot-on-error.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ if ls /sys/kernel/debug/ieee80211/phy*/mt76/rf_regval > /dev/null && ! cat /sys/
# Autoupdate?
upgrade_started='/tmp/autoupdate.lock'
if [ -f $upgrade_started ] ; then
logger -s -t "ffac-threetime-reboot" -p 5 "Autoupdate running! Aborting"
logger -s -t "ffac-mt7915-hotfix" -p 5 "Autoupdate running! Aborting"
exit 2
fi
reboot
fi
fi

0 comments on commit 2bea94b

Please sign in to comment.