Fix another chmod +x

This commit is contained in:
Sandro - 2023-11-05 22:47:26 +01:00
parent cd15bb1c9c
commit 1732598123
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +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
chmod +x $out/usr/bin/*.sh $out/usr/sbin/*.sh
'';
});