7 lines
160 B
Bash
Executable File
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)$' |