From bb4ddbff3b778948c4ed325a0faf1f0df6944393 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 31 Dec 2019 14:58:41 +0100 Subject: [PATCH] Add API word in config.txt --- debian9-x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index b759bfb..76c49f2 100644 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -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