2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

CommonInstaller: fix creating log

This commit is contained in:
Christopher Roy Bratusek 2019-04-25 20:57:07 +02:00
parent 0c7263470d
commit c32e33ba1e

View File

@ -1436,7 +1436,7 @@ mount | awk '{print $1 " on " $3 " params: " $6}' \
echo "
### SETUP ###
" > ${nanodroid_logfile}
" >> ${nanodroid_logfile}
cat "${cfg_setup}" >> ${nanodroid_logfile}