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

Last change on this file since 46274 was 46274, checked in by obi, 3 years ago

update lost files with install echo

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