Revert to env variables, since args are passed in command line

This commit is contained in:
Webber
2019-11-24 20:49:33 +01:00
committed by Webber Takken
parent fdaab9667d
commit 53d5f0e900
3 changed files with 3 additions and 30 deletions

View File

@@ -2,12 +2,7 @@
set -e
UNITY_LICENSE=$1
UNITY_SERIAL=$2
UNITY_EMAIL=$3
UNITY_PASSWORD=$4
if [[ -n "$UNITY_LICENSE" ]] && [[ "$UNITY_LICENSE" != "none" ]]; then
if [[ -n "$UNITY_LICENSE" ]]; then
#
# PERSONAL LICENSE MODE
#