fully test and verify policy script functionality
This commit is contained in:
10
scripts/docker-policy/start.sh
Normal file
10
scripts/docker-policy/start.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Export environment variables
|
||||
export $(cat /home/orly/env | xargs)
|
||||
|
||||
# Make cs-policy.js executable
|
||||
chmod +x /home/orly/cs-policy.js
|
||||
|
||||
# Start the relay
|
||||
exec /home/orly/.local/bin/orly
|
||||
Reference in New Issue
Block a user