Фикс убрал символ > который мешал редиректу

This commit is contained in:
2025-04-10 19:36:12 +03:00
parent 5a7d6ea48f
commit b1f4a9f291
+1 -1
View File
@@ -122,7 +122,7 @@ rm /tmp/zapret-core.ipk
rm /tmp/luciapp-zapret.ipk rm /tmp/luciapp-zapret.ipk
# 10. Добавить скрипт для работы голосового чата в Discord # 10. Добавить скрипт для работы голосового чата в Discord
cat > /opt/zapret/init.d/openwrt/custom.d/10-script.sh 10> << EOF cat > /opt/zapret/init.d/openwrt/custom.d/10-script.sh << EOF
# this custom script runs desync of some udp packets to discord subnets # this custom script runs desync of some udp packets to discord subnets
# idea taken from community. not tested and not optimized by author. # idea taken from community. not tested and not optimized by author.