Skip to content

Commit

Permalink
fix: add log message about dubious service startup
Browse files Browse the repository at this point in the history
  • Loading branch information
MakiseKurisu committed Jul 24, 2024
1 parent 4b11c16 commit 7787a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openwrt/config_generation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ commit() {

start() {
[ -d /overlay/upper.prev ] || {
log 'no configuration reload in progress. rollback service might be left enabled by accident. clean up ...'
_unregister_script
exit 0
}
Expand Down

0 comments on commit 7787a97

Please sign in to comment.