parent
350720eca1
commit
df176fb3dc
2 changed files with 3 additions and 1 deletions
@ -1 +0,0 @@ |
|||||||
|
|
||||||
@ -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' |
||||||
Loading…
Reference in new issue