Files
zosbuilder/scripts/setup-permissions.sh
Jan De Landtsheer 653c751535 Lots of fixes
details
  details
  details
2025-08-16 00:52:30 +02:00

7 lines
160 B
Bash
Executable File

#!/bin/bash
# Ensure all scripts are executable
chmod +x /build/scripts/*.sh
echo "Script permissions updated:"
ls -la /build/scripts/*.sh | grep -E '\.(sh)$'