diff options
Diffstat (limited to 'update/update.sh')
-rwxr-xr-x | update/update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update/update.sh b/update/update.sh index 768b5c7..5a986ff 100755 --- a/update/update.sh +++ b/update/update.sh @@ -35,4 +35,6 @@ if [ -f TMW2-${u1}..${u2}.zip ]; then cp resources2.txt ../upload/ cp resources.xml ../upload/ cp ../news.txt ../upload + + echo "Update ID: ${u1}..${u2}" fi |