2012-07-12 05:17:59 -07:00
|
|
|
# if there is a user named 'glassfish' on the system, we'll assume
|
|
|
|
# that is the user asadmin should be run as
|
2012-08-03 01:02:19 -07:00
|
|
|
# grep -e '^glassfish' /etc/passwd > /dev/null && alias asadmin='sudo -u glassfish asadmin'
|