2012-07-12 12:17:59 +00: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 08:02:19 +00:00
|
|
|
# grep -e '^glassfish' /etc/passwd > /dev/null && alias asadmin='sudo -u glassfish asadmin'
|