more experminenting with permissions

This commit is contained in:
Olaf 2025-05-17 13:08:40 +02:00
parent 348e60a589
commit c271e72313

View File

@ -96,7 +96,7 @@
#!/usr/bin/env bash
PATH=${nixpkgs.legacyPackages.${system}.git}/bin:$PATH
echo "Running ${scriptName} for ${system}"
chmod +x ${self}/apps/${system}/${scriptName}
sudo chmod +x ${self}/apps/${system}/${scriptName}
exec ${self}/apps/${system}/${scriptName}
'')
}/bin/${scriptName}";