Skip to content

Commit 79f47b2

Browse files
authored
Fix #192
postinst скрипт создает файл /1
1 parent 2154e26 commit 79f47b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

youtubeUnblock/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endef
5656

5757
define Package/youtubeUnblock/postinst
5858
[ -n "$${IPKG_INSTROOT}" ] || { \
59-
/etc/init.d/firewall reload 2>1
59+
/etc/init.d/firewall reload 2>&1
6060
exit 0
6161
}
6262
endef

0 commit comments

Comments
 (0)