|
Last change
on this file since 45119 was 45029, checked in by obi, 5 years ago |
|
fix tpk callmonitor1 oebuild
|
-
Property svn:executable
set to
*
|
|
File size:
362 bytes
|
| Rev | Line | |
|---|
| [13992] | 1 | #!/bin/sh
|
|---|
| [45029] | 2 |
|
|---|
| 3 | if [ -e /etc/.oebuild ];then
|
|---|
| 4 | opkg update
|
|---|
| 5 | opkg install titan-plugin-callmonitor1 --dest $1
|
|---|
| 6 | fi
|
|---|
| 7 |
|
|---|
| [23450] | 8 | INSTDIR="$1"
|
|---|
| [23668] | 9 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/callmonitor1"
|
|---|
| [15961] | 10 |
|
|---|
| [18513] | 11 | if [ -e /tmp/callmon.conf ]; then
|
|---|
| [23668] | 12 | mv "$PLUGINDIR/callmon.conf" "$PLUGINDIR/callmon.conf_org"
|
|---|
| 13 | cp /tmp/callmon.conf "$PLUGINDIR/callmon.conf"
|
|---|
| [18513] | 14 | rm /tmp/callmon.conf
|
|---|
| 15 | fi
|
|---|
| 16 |
|
|---|
| [45029] | 17 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.