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