Fixing minor bug in policy-models/pdp-simulator script 83/106083/1
authora.sreekumar <ajith.sreekumar@est.tech>
Thu, 16 Apr 2020 09:15:41 +0000 (10:15 +0100)
committera.sreekumar <ajith.sreekumar@est.tech>
Thu, 16 Apr 2020 09:15:46 +0000 (10:15 +0100)
Change-Id: I3b7bdfdd2fdd73b38cf7996457f6bea735752d46
Issue-ID: POLICY-2499
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
models-sim/policy-models-sim-pdp/src/main/package/docker/pdp-sim.sh

index 0f7a7b3..3eac29d 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2019 Nordix Foundation.
+#  Copyright (C) 2019-2020 Nordix Foundation.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -42,7 +42,7 @@ then
     CONFIG_FILE="$PDP_SIM_HOME/etc/config/OnapPfConfig.json"
 fi
 
-echo "PDP simulatior configuration file: $CONFIG_FILE
+echo "PDP simulator configuration file:" $CONFIG_FILE
 
 $JAVA_HOME/bin/java \
     -cp "$PDP_SIM_HOME/etc:$PDP_SIM_HOME/lib/*" \