Skip to content

Commit

Permalink
Small fix to log collection function
Browse files Browse the repository at this point in the history
  • Loading branch information
Didgeridoohan authored May 21, 2020
1 parent 611f875 commit 9cd3aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/util_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,8 @@ collect_logs() {
tar -zcvf propslogs.tar.gz propslogs >> $LOGFILE 2>&1

# Copy package to internal storage
mv -f $MHPCPATH/propslogs.tar.gz /storage/emulated/0 >> $LOGFILE 2>&1
cp -f $MHPCPATH/propslogs.tar.gz /storage/emulated/0 >> $LOGFILE 2>&1
rm -f $MHPCPATH/propslogs.tar.gz

# Remove temporary directory
rm -rf $TMPLOGLOC >> $LOGFILE 2>&1
Expand Down

0 comments on commit 9cd3aa1

Please sign in to comment.