|
Last change
on this file was 46274, checked in by obi, 3 years ago |
|
update lost files with install echo
|
-
Property svn:executable
set to
*
|
|
File size:
281 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 |
|
|---|
| 3 | echo Use Install Dest: $1
|
|---|
| 4 | echo Start Install Script: $0
|
|---|
| 5 |
|
|---|
| 6 | INSTDIR="$1"
|
|---|
| 7 |
|
|---|
| 8 | echo "kill e2webserv if running"
|
|---|
| 9 | killall -9 e2webserv > /dev/null 2>&1
|
|---|
| 10 |
|
|---|
| 11 | if [ ! -e "$INSTDIR/etc/e2webserv.conf.e2" ]; then
|
|---|
| 12 | echo "remove TPK config file"
|
|---|
| 13 | rm "$INSTDIR/etc/e2webserv.conf"
|
|---|
| 14 | fi
|
|---|
| 15 |
|
|---|
| 16 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.