Skip to content

Commit

Permalink
IQSS#6982 correct noninteractive condition per Leonid
Browse files Browse the repository at this point in the history
  • Loading branch information
don.sizemore committed Jun 12, 2020
1 parent 31b5c94 commit d49dee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/installer/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@

# 4e. check if asadmin login works
#gf_adminpass_status = subprocess.check_output([asadmincmd, "login", "--user="+gfAdminUser, "--passwordfile "+gfClientFile])
# on openjdk-11 this prompts for a password
if not re.search('1.8', java_version):

if not nonInteractive:
gfAdminLoginStatus = subprocess.call([asadmincmd, "login", "--user="+gfAdminUser])

# 4f. configure glassfish by running the standalone shell script that executes the asadmin commands as needed.
Expand Down

0 comments on commit d49dee8

Please sign in to comment.