Skip to content

Commit d013db5

Browse files
authored
Merge pull request #1 from WeBankFinTech/master
pull code
2 parents 6b45249 + bbecf9b commit d013db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ fi
299299
echo "$APPJOINTNAME-step2:copy install package"
300300
scp -P $SSH_PORT $workDir/share/appjoints/$APPJOINTNAME/*.zip $SERVER_IP:$SERVER_HOME/$APPJOINTPARENT
301301
isSuccess "copy ${APPJOINTNAME}.zip"
302-
ssh -p $SSH_PORT $SERVER_IP "cd $SERVER_HOME/$APPJOINTPARENT/;unzip -o dss-$APPJOINTNAME-appjoint.zip > /dev/null;rm -rf dss-$APPJOINTNAME-appjoint.zip"
302+
ssh -p $SSH_PORT $SERVER_IP "cd $SERVER_HOME/$APPJOINTPARENT/;unzip -o dss-*-appjoint.zip > /dev/null;rm -rf dss-*-appjoint.zip"
303303
isSuccess "install ${APPJOINTNAME}.zip"
304304
}
305305
##function end

0 commit comments

Comments
 (0)