diff --git a/nix/pkgs/openwrt/default.nix b/nix/pkgs/openwrt/default.nix index 07def0e..c2d908f 100644 --- a/nix/pkgs/openwrt/default.nix +++ b/nix/pkgs/openwrt/default.nix @@ -121,6 +121,7 @@ in rec { mkdir -p $out/usr/{bin,sbin} cp ${./usteer-info.sh} $out/usr/sbin/usteer-info.sh cp ${./usteer-stats.sh} $out/usr/bin/usteer-stats.sh + chmod +x $out/usr/bin/*.sh ''; });