1
0

fix: remove unnecessary chmod command for setup.sh execution

This commit is contained in:
2025-08-04 22:06:41 -05:00
parent 3ba293692e
commit c76ed8e31e

View File

@@ -77,7 +77,6 @@ fi
# Hand off to setup
if [ -f "setup.sh" ]; then
echo "Starting setup..."
chmod +x setup.sh 2>/dev/null || true
bash setup.sh
else
echo "Error: No setup.sh found!"