remove install logging
This commit is contained in:
parent
a152219803
commit
41a5821cd0
1 changed files with 0 additions and 3 deletions
|
|
@ -35,7 +35,6 @@ fi
|
||||||
|
|
||||||
# is there an update available?
|
# is there an update available?
|
||||||
if [ -f $UPDATE_PATH ]; then
|
if [ -f $UPDATE_PATH ]; then
|
||||||
{
|
|
||||||
FLAG_PATH=/misc/.minstalled
|
FLAG_PATH=/misc/.minstalled
|
||||||
if [ ! -f $FLAG_PATH ]; then
|
if [ ! -f $FLAG_PATH ]; then
|
||||||
ACTION=installing
|
ACTION=installing
|
||||||
|
|
@ -57,8 +56,6 @@ if [ -f $UPDATE_PATH ]; then
|
||||||
|
|
||||||
# the updated system finishes the install/update
|
# the updated system finishes the install/update
|
||||||
$SYSTEM_PATH/bin/install.sh
|
$SYSTEM_PATH/bin/install.sh
|
||||||
|
|
||||||
} &> /mnt/sdcard/install.txt
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ROOTFS_IMAGE=$SYSTEM_PATH/rootfs.ext2
|
ROOTFS_IMAGE=$SYSTEM_PATH/rootfs.ext2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue