Skip to content

Commit

Permalink
Update mod-util
Browse files Browse the repository at this point in the history
Signed-off-by: Val Mandantes <[email protected]>
  • Loading branch information
veez21 committed Oct 23, 2019
1 parent e163ae5 commit bffe64f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/mod-util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ else
fi
set_busybox $_bb
[ $? -ne 0 ] && exit $?
[ -n "$LOGNAME" ] && alias clear='echo'
[ -n "$ANDROID_SOCKET_adbd" ] && alias clear='echo'
_bbname="$($_bb | head -n1 | awk '{print $1,$2}')"
BBok=true
if [ "$_bbname" == "" ]; then
Expand Down
8 changes: 4 additions & 4 deletions system/xbin/systemize
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ MODDIR="$MOUNTPATH/$ID"
mount -o remount,rw /cache 2>/dev/null
mount -o rw,remount /cache 2>/dev/null
# > Logs should go in this file
LOG=$MODDIR/$ID.log
oldLOG=$MODDIR/$ID-old.log
LOG=/data/local/tmp/$ID.log
oldLOG=/data/local/tmp/$ID-old.log
# > Verbose output goes here
VERLOG=$MODDIR/$ID-verbose.log
oldVERLOG=$MODDIR/$ID-verbose-old.log
VERLOG=/data/local/tmp/$ID-verbose.log
oldVERLOG=/data/local/tmp/$ID-verbose-old.log

# Start Logging verbosely
mv -f $VERLOG $oldVERLOG 2>/dev/null; mv -f $LOG $oldLOG 2>/dev/null
Expand Down

0 comments on commit bffe64f

Please sign in to comment.