source: ipk/source.sh4/networklib_e2webserv/CONTROL/prerm@ 36070

Last change on this file since 36070 was 24196, checked in by obi, 13 years ago

fix

  • Property svn:executable set to *
File size: 223 bytes
RevLine 
[24193]1#!/bin/sh
2INSTDIR="$1"
3
4echo "kill e2webserv if running"
5killall -9 e2webserv > /dev/null 2>&1
6
[24196]7if [ ! -e "$INSTDIR/etc/e2webserv.conf.e2" ]; then
[24193]8 echo "remove TPK config file"
[24196]9 rm "$INSTDIR/etc/e2webserv.conf"
[24193]10fi
11
12exit 0
Note: See TracBrowser for help on using the repository browser.