Skip to content

Commit 9b3f510

Browse files
committed
updated installation scripts
1 parent ebf0a89 commit 9b3f510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_and_install_on_cems.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ mvn clean install package assembly:directory
66
# echo "clean up bin dir"
77
echo "copy build result to bin dir"
88
rm -rf /gws/nopw/j04/fiduceo/Software/mms/bin/*
9-
cp -a target/fiduceo-master-1.5.6-MMS/* /gws/nopw/j04/fiduceo/Software/mms/bin
9+
cp -a target/fiduceo-master-1.5.7-MMS/* /gws/nopw/j04/fiduceo/Software/mms/bin
1010

build_and_install_on_cems_sst.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ mvn clean install package assembly:directory
66
# echo "clean up bin dir"
77
echo "copy build result to bin dir"
88
rm -rf /gws/nopw/j04/esacci_sst/mms_new/bin/*
9-
cp -a target/fiduceo-master-1.5.6-MMS/* /gws/nopw/j04/esacci_sst/mms_new/bin
9+
cp -a target/fiduceo-master-1.5.7-MMS/* /gws/nopw/j04/esacci_sst/mms_new/bin
1010

0 commit comments

Comments
 (0)