Skip to content

Commit

Permalink
[enigma.sh] add hook dhcp wait. Follow openatv/enigma2@965a5a3
Browse files Browse the repository at this point in the history
  • Loading branch information
fairbird committed Jan 27, 2024
1 parent 6645521 commit 8748f5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/enigma2.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ while : ; do
done
fi

# hook to execute dhcp wait script
if [ -x @bindir@/enigma2_dhcp_wait.sh ]; then
@bindir@/enigma2_dhcp_wait.sh
fi

# hook to execute scripts always before enigma2 start
if [ -x @bindir@/enigma2_pre_start.sh ]; then
@bindir@/enigma2_pre_start.sh
Expand Down

0 comments on commit 8748f5e

Please sign in to comment.