blob: fde2edb2a59de8f9be9459fee93803c07d9b785d (
plain)
1
2
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'
|