From cd15bb1c9c6260d0f716f721e7cfe3d5ce215629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 5 Nov 2023 04:41:39 +0100 Subject: [PATCH] Add +x --- nix/pkgs/openwrt/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ''; });