|
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
|
| Rev | Line | |
|---|
| [24193] | 1 | #!/bin/sh
|
|---|
| [46274] | 2 |
|
|---|
| 3 | echo Use Install Dest: $1
|
|---|
| 4 | echo Start Install Script: $0
|
|---|
| 5 |
|
|---|
| [24193] | 6 | INSTDIR="$1"
|
|---|
| 7 |
|
|---|
| 8 | echo "kill e2webserv if running"
|
|---|
| 9 | killall -9 e2webserv > /dev/null 2>&1
|
|---|
| 10 |
|
|---|
| [45684] | 11 | if [ ! -e "$INSTDIR/etc/e2webserv.conf.e2" ]; then
|
|---|
| [24193] | 12 | echo "remove TPK config file"
|
|---|
| [24196] | 13 | rm "$INSTDIR/etc/e2webserv.conf"
|
|---|
| [24193] | 14 | fi
|
|---|
| 15 |
|
|---|
| 16 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.