Project

General

Profile

« Previous | Next » 

Revision 45a6a30f

Added by Andreas Kohlbecker almost 13 years ago

fixed #2324 "cdm-server@DEBIAN: fix init script"

View differences:

src/main/installer/linux/postrm
52 52
    echo "... do_remove()"
53 53

  
54 54
    #stopping the server
55
    if [ -x /etc/init.d/$INIT_SCRIPT ]
55

  
56
    if [ -e /etc/init.d/$INIT_SCRIPT ]
56 57
    then
58
			ls -l /etc/init.d/$INIT_SCRIPT
57 59
      echo "stopping server ..."
58 60
      /etc/init.d/$INIT_SCRIPT stop
59 61
    fi

Also available in: Unified diff