fix: update setup script execution method for improved compatibility
This commit is contained in:
@@ -77,7 +77,8 @@ fi
|
|||||||
# Hand off to setup
|
# Hand off to setup
|
||||||
if [ -f "setup.sh" ]; then
|
if [ -f "setup.sh" ]; then
|
||||||
echo "Starting setup..."
|
echo "Starting setup..."
|
||||||
exec "./setup.sh"
|
chmod +x setup.sh 2>/dev/null || true
|
||||||
|
bash setup.sh
|
||||||
else
|
else
|
||||||
echo "Error: No setup.sh found!"
|
echo "Error: No setup.sh found!"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user