Skip to content

Commit

Permalink
fix: log is a private function
Browse files Browse the repository at this point in the history
  • Loading branch information
MakiseKurisu committed Jul 24, 2024
1 parent 9cbeff0 commit 88b16db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrt/config_generation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ commit() {

start() {
[ -d /overlay/upper.prev ] || {
log 'no configuration reload in progress. rollback service might be left enabled by accident. clean up ...'
echo '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 88b16db

Please sign in to comment.