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