From c32e33ba1ebd42148ca9fe8881bab459fd1d4030 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 25 Apr 2019 20:57:07 +0200 Subject: [PATCH] CommonInstaller: fix creating log --- CommonInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonInstaller b/CommonInstaller index 4bfb6f0..80dcd79 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1436,7 +1436,7 @@ mount | awk '{print $1 " on " $3 " params: " $6}' \ echo " ### SETUP ### -" > ${nanodroid_logfile} +" >> ${nanodroid_logfile} cat "${cfg_setup}" >> ${nanodroid_logfile}