mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
cfgroot: Fix typo in path.
This commit is contained in:
@@ -162,7 +162,7 @@ $(TARGET) :
|
||||
for i in backup/ header.pl general-functions.pl graphs.pl lang.pl addon-lang/ langs/ red/ ; do \
|
||||
chown -R root:root $(CONFIG_ROOT)/$$i; \
|
||||
done
|
||||
chown -Rv root:root $(CONFIG_ROOT)/bin
|
||||
chown -Rv root:root $(CONFIG_ROOT)/*/bin
|
||||
chown root:nobody $(CONFIG_ROOT)/dhcpc
|
||||
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user