Ignore:
Timestamp:
Jan 4, 2012, 7:46:39 AM (14 years ago)
Author:
obi
Message:

[ipk] update all swap/titan flash ipks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/emus_oscam_5866/CONTROL/preinst

    r12395 r12781  
    22#
    33TMP=/tmp/.keys
    4 echo "syncing disk"
    5 sync
    64
    75model=`cat /etc/model`
     
    2119        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    2220        FREE=`expr $SPACE - 100`
    23         SIZE=765
     21        SIZE=870
    2422        echo "checking freespace"
    2523        echo packege size $SIZE kb
     
    2927                exit 1
    3028        else
    31                 echo ok
     29                echo ok         
    3230        fi
    33 fi   
     31else
     32        echo "syncing disk"
     33        sync
     34fi
    3435echo "installing Oscam config..."
    3536
     
    4546fi
    4647
    47 sync
    4848exit 0
Note: See TracChangeset for help on using the changeset viewer.