Ignore:
Timestamp:
Sep 12, 2013, 10:50:16 AM (13 years ago)
Author:
nit
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/tools_IP-Kammera/CONTROL/preinst

    r23447 r23669  
    11#!/bin/sh
    2 #
    3 TMP=/tmp/.infos
    42INSTDIR="$1"
    5 PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/instar
     3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar"
    64
    7 if [ -e $PLUGINDIR/instar.conf ]; then
    8         cp $PLUGINDIR/instar.conf /tmp/instar.conf
     5if [ -e "$PLUGINDIR/instar.conf" ]; then
     6        cp "$PLUGINDIR/instar.conf" /tmp/instar.conf
    97fi
    108
    11 rm -rf $PLUGINDIR
     9rm -rf "$PLUGINDIR"
    1210
    1311exit 0
Note: See TracChangeset for help on using the changeset viewer.