1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Add API word in config.txt

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-12-31 14:58:41 +01:00
parent 67406eefa1
commit bb4ddbff3b

View file

@ -796,7 +796,7 @@ if [ "$update" = "0" ]; then
fi
if [ "$OMR_ADMIN" = "yes" ]; then
cat >> /root/openmptcprouter_config.txt <<-EOF
Your OpenMPTCProuter ADMIN Server key: $OMR_ADMIN_PASS_ADMIN
Your OpenMPTCProuter ADMIN API Server key: $OMR_ADMIN_PASS_ADMIN
Your OpenMPTCProuter Server key: $OMR_ADMIN_PASS
EOF
fi