wallarm/deploy.sh
admin 112bffb742 refactor: /opt/fw/deploy.sh wrapper, app/ subdir for main.py + config
- /opt/fw/deploy.sh — simple wrapper, user entry point
- /opt/fw/app/main.py — deploy script
- /opt/fw/app/fw.conf — node config
- /opt/fw/app/state.json — deployment state
- Instances stay at /opt/fw/{name}/wallarm/
2026-08-03 12:06:33 +00:00

3 lines
93 B
Bash
Executable file

#!/bin/bash
# Wallarm Node Manager — wrapper
/usr/bin/env python3 /opt/fw/app/main.py "$@"