Ignore:
Timestamp:
Feb 14, 2022, 12:51:17 PM (4 years ago)
Author:
obi
Message:

fix last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/tools_IP-Kamera/CONTROL/postinst

    r45683 r45684  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
    44        opkg update
    55        opkg install titan-plugin-instar --dest $1
     
    99PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar"
    1010
    11 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     11if [ -e /tmp/instar.conf ]; then
    1212        mv "$PLUGINDIR/instar.conf" "$PLUGINDIR/instar.conf_org"
    1313        cp /tmp/instar.conf "$PLUGINDIR/instar.conf"
Note: See TracChangeset for help on using the changeset viewer.