Skip to content

Commit

Permalink
[bugfix][script] fix incorrect module path
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzhao committed Oct 9, 2024
1 parent 2705b0e commit 28baad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ else
fi
[ -d $ADDAX_HOME/$MODULE_DIR ] || mkdir -p $ADDAX_HOME/$MODULE_DIR || exit 1

scp $MODULE_DIR/$MODULE_NAME/target/${MODULE_NAME}-${version}/$MODULE_DIR/${MODULE_NAME} \
$ADDAX_HOME/$MODULE_DIR
rsync -avz $MODULE_DIR/$MODULE_NAME/target/${MODULE_NAME}-${version}/$MODULE_DIR/${MODULE_NAME} \
$ADDAX_HOME/$MODULE_DIR/

0 comments on commit 28baad9

Please sign in to comment.