clean up ldmadmin clean

This commit is contained in:
mjames-upc 2018-01-10 13:11:08 -07:00
parent 69b944806f
commit 7cb56d7fa3

View file

@ -41,7 +41,6 @@ function clean_ldm() {
case $1 in
'start')
if ! clean_ldm; then exit 1 ; fi
su ${LDM_USER} -lc "ldmadmin start"
;;