We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3679b commit aeaacafCopy full SHA for aeaacaf
.github/docker/entrypoint.sh
@@ -22,6 +22,7 @@ if [ "$LTC_TESTNET" = "1" ]; then
22
EXTRA_TESTNET="testnet=1"
23
fi
24
25
+touch "$CONFIG_FILE"
26
cat > "$CONFIG_FILE" <<EOF
27
$NETWORK_SECTION
28
server=1
0 commit comments