4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/bash
|
|
set -a
|
|
[ -f /opt/gateway/gateway.env ] && source /opt/gateway/gateway.env
|
|
set +a |