diff --git a/Deploy/prepare b/Deploy/prepare index f1db506e1..003457736 100755 --- a/Deploy/prepare +++ b/Deploy/prepare @@ -63,7 +63,7 @@ status, output = commands.getstatusoutput('git describe --tags') if status == 0: version = output else: - version = 'UNKNOWN' + version = 'unkonwn' ####### ui_secret = ''.join(random.choice(string.ascii_letters+string.digits) for i in range(16)) diff --git a/Deploy/templates/ui/env b/Deploy/templates/ui/env index c4afba44b..7f69284c6 100644 --- a/Deploy/templates/ui/env +++ b/Deploy/templates/ui/env @@ -21,3 +21,4 @@ TOKEN_URL=http://ui VERIFY_REMOTE_CERT=$verify_remote_cert TOKEN_EXPIRATION=$token_expiration VERSION=$version +