4 lines
132 B
Bash
Executable file
4 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
# Wallarm Node Manager — wrapper
|
|
export PATH="/opt/fw/docker/bin:$PATH"
|
|
/usr/bin/env python3 /opt/fw/app/main.py "$@"
|