liamcripwell commited on
Commit
cc424ea
·
verified ·
1 Parent(s): 8934cd2

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -67,7 +67,7 @@ echo "Current directory contents:"
67
  ls -la $HOME/app/
68
 
69
  echo "Attempting to run Python script..."
70
- python3 $HOME/app/app.py
71
  PYTHON_EXIT_CODE=$?
72
  echo "Python script exit code: $PYTHON_EXIT_CODE"
73
 
 
67
  ls -la $HOME/app/
68
 
69
  echo "Attempting to run Python script..."
70
+ python3 -v $HOME/app/app.py 2>&1
71
  PYTHON_EXIT_CODE=$?
72
  echo "Python script exit code: $PYTHON_EXIT_CODE"
73