Skip to content

Commit

Permalink
fixed a bad import line (#3937)
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Dec 19, 2019
1 parent e3367e7 commit 00ae674
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions scripts/installer/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,6 @@
#gf_adminpass_status = subprocess.check_output([asadmincmd, "login", "--user="+gfAdminUser, "--passwordfile "+gfClientFile])
gfAdminLoginStatus = subprocess.call([asadmincmd, "login", "--user="+gfAdminUser])

#print "asadmin login output: "+gfAdminLoginStatus
print "asadmin login return code: "+str(gfAdminLoginStatus)

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

print "Note: some asadmin commands will fail, and that's ok. Existing settings can't be created; new settings can't be cleared beforehand."
Expand Down
2 changes: 1 addition & 1 deletion scripts/installer/installGlassfish.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from os import environ
import os
import subprocess

def runAsadminScript(config):
Expand Down

0 comments on commit 00ae674

Please sign in to comment.