start.sh raw

   1  #!/bin/bash
   2  
   3  # Export environment variables
   4  export $(cat /home/orly/env | xargs)
   5  
   6  # Make cs-policy.js executable
   7  chmod +x /home/orly/cs-policy.js
   8  
   9  # Start the relay
  10  exec /home/orly/.local/bin/orly
  11