feat: initialize managed portal
This commit is contained in:
6
managed/people_flow_project/run_rtsp.sh
Executable file
6
managed/people_flow_project/run_rtsp.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
exec "$SCRIPT_DIR/scripts/run.sh" "$@"
|
||||
Reference in New Issue
Block a user