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

CommonInstaller: minor change

This commit is contained in:
Christopher Roy Bratusek 2019-07-27 20:27:46 +02:00
parent e16af8929b
commit 225933c0e9

View File

@ -1505,6 +1505,8 @@ VENDORBLOCK=${VENDORBLOCK}
df 2>/dev/null | sed '/^\//d' >> ${nanodroid_logfile} df 2>/dev/null | sed '/^\//d' >> ${nanodroid_logfile}
if [ ! -z "${cfg_setup}" ]; then
echo " echo "
### SETUP ### ### SETUP ###
@ -1513,6 +1515,8 @@ configuration: ${cfg_setup}
cat "${cfg_setup}" >> ${nanodroid_logfile} cat "${cfg_setup}" >> ${nanodroid_logfile}
fi
if [ ! -z "${cfg_apps}" ]; then if [ ! -z "${cfg_apps}" ]; then
echo " echo "