From e8519b49733e93fc9522e614547b91b2ed1b9a1f Mon Sep 17 00:00:00 2001 From: Vadim Vetrov Date: Tue, 13 Aug 2024 19:33:52 +0300 Subject: [PATCH] Fix error on enable in init script openwrt Check #56 and #37 for more details. Real commit made to openwrt branch. Pushing this to restart actions --- owrt/youtubeUnblock.owrt | 1 + 1 file changed, 1 insertion(+) diff --git a/owrt/youtubeUnblock.owrt b/owrt/youtubeUnblock.owrt index 9ed7ac5..230d261 100755 --- a/owrt/youtubeUnblock.owrt +++ b/owrt/youtubeUnblock.owrt @@ -4,6 +4,7 @@ USE_PROCD=1 START=50 STOP=50 + # Openwrt procd script: https://openwrt.org/docs/guide-developer/procd-init-script-example # The program should be put into /usr/bin/ # This file should be put into /etc/init.d/