Browse Source

Merge pull request #1262 from fred-o/glassfish-plugin

Glassfish plugin
Robby Russell 11 years ago
parent
commit
c4727ab558
2 changed files with 1153 additions and 0 deletions
  1. 1150 0
      plugins/glassfish/_asadmin
  2. 3 0
      plugins/glassfish/glassfish.plugin.zsh

File diff suppressed because it is too large
+ 1150 - 0
plugins/glassfish/_asadmin


+ 3 - 0
plugins/glassfish/glassfish.plugin.zsh

@@ -0,0 +1,3 @@
+# if there is a user named 'glassfish' on the system, we'll assume
+# that is the user asadmin should be run as
+# grep -e '^glassfish' /etc/passwd > /dev/null && alias asadmin='sudo -u glassfish asadmin'