updating license script

This commit is contained in:
2021-10-14 18:03:19 +02:00
parent 2d7ffdd603
commit 0801957203
2 changed files with 22 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#require 2 arguments, API_NAME API_DIR (relative to package)
if [ $# -lt 2 ]; then
echo "Wrong usage of updateVersion.sh. Requires atleast 2 arguments [API_NAME, API_DIR]"
exit -1
return -1
fi
API_NAME=$1