mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-02 07:25:46 +01:00
generate_xml: update the default path
This commit is contained in:
parent
ecebaf64e4
commit
6ac59783f4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# ./generate_xml.sh <data model> <scripts path> <product class> <device protocol> <model name> <software version>
|
||||
# If the input arguments are empty, then use the default values:
|
||||
DATA_MODEL=${1:-"tr098"}
|
||||
SCRIPTS_PATH=${2:-"/home/piva/iop-bb/feeds/feed_inteno_packages/icwmp/src/dm/dmtree/"}
|
||||
SCRIPTS_PATH=${2:-"$(pwd)/dm/dmtree/"}
|
||||
PRODUCT_CLASS=${3:-"DG301-W7P2U"}
|
||||
DEVICE_PROTOCOL=${4:-"DEVICE_PROTOCOL_DSLFTR069v1"}
|
||||
MODEL_NAME=${5:-"DG301-W7P2U"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue