Skip to content

Commit

Permalink
fix path error
Browse files Browse the repository at this point in the history
  • Loading branch information
rufengsuixing committed Dec 12, 2019
1 parent 2214daf commit 00f2ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ define Package/luci-app-onliner/postinst
#!/bin/sh
rm -f /tmp/luci-indexcache
rm -f /tmp/luci-modulecache/*
chmod -R 755 /usr/bin/onliner/*
chmod -R 755 /usr/share/onliner/*
exit 0
endef
include $(TOPDIR)/feeds/luci/luci.mk
Expand Down

0 comments on commit 00f2ef3

Please sign in to comment.