Changeset 43219


Ignore:
Timestamp:
01/06/19 17:33:42 (5 years ago)
Author:
obi
Message:

fix crash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/oealliance/sbin/update.sh

    r43216 r43219  
    10311031        ### kill unneedet prozess and showiframe ###
    10321032        echo "[update.sh] check box: $boxtype part: $part"
    1033         if ([ "$arch" = "mipsel" ]  || [ "$arch" = "arm" ]) && ([ "$part" = "ROOT" ] || [ "$part" = "UPDATENFI" ] || [ "$part" = "UPDATEUSB" ]); then
     1033        if [ ! -e /etc/.oebuild ] && ([ "$arch" = "mipsel" ]  || [ "$arch" = "arm" ]) && ([ "$part" = "ROOT" ] || [ "$part" = "UPDATENFI" ] || [ "$part" = "UPDATEUSB" ]); then
    10341034                kill_and_show
    10351035        elif [ "$boxtype" = "ufs910" ]; then
Note: See TracChangeset for help on using the changeset viewer.