#!/bin/bash unzip $1 filename=`basename $1 .zip`.xsupdate echo "Applying $filename" xe patch-pool-apply uuid=`xe patch-upload file-name=$filename`
To use if first you need to download a patch (you might try to find any new patch here), and next use the script:
./xe-patch hotfix.zip
No comments:
Post a Comment