mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 15:15:07 +03:00
CI: Fix dockerfiles
Signed-off-by: Yan Minari <yangm97@gmail.com>
This commit is contained in:
parent
55b3ab3c71
commit
ed569e4578
3 changed files with 7 additions and 3 deletions
|
@ -4,6 +4,8 @@ set -e
|
|||
|
||||
CONF_DIR="/etc/yggdrasil-network"
|
||||
|
||||
mkdir -p $CONF_DIR
|
||||
|
||||
if [ ! -f "$CONF_DIR/config.conf" ]; then
|
||||
echo "generate $CONF_DIR/config.conf"
|
||||
yggdrasil --genconf > "$CONF_DIR/config.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue