more experminenting with permissions
This commit is contained in:
		@@ -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}";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user