diff options
-rwxr-xr-x | tools/xmlGenerator/hostDomainGenerator.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xmlGenerator/hostDomainGenerator.sh b/tools/xmlGenerator/hostDomainGenerator.sh index a6e5f37..7ee2966 100755 --- a/tools/xmlGenerator/hostDomainGenerator.sh +++ b/tools/xmlGenerator/hostDomainGenerator.sh @@ -267,8 +267,8 @@ $PFWSendCommand setTuningMode on # Send the xml domain tunning file if test -s "$xmlDomainFilePath" then - echo "Send the xml domain tunning file: $xmlDomainFilePath" - $PFWSendCommand setDomainsWithSettingsXML "$(cat $xmlDomainFilePath)" + echo "Import the xml domain tunning file: $(readlink -e $xmlDomainFilePath)" + $PFWSendCommand importDomainsWithSettingsXML "$(readlink -e $xmlDomainFilePath)" fi # Send the extended domain description routing files converted to pfw commands |