mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-10-31 09:20:23 +00:00
CommonInstaller: minor change
This commit is contained in:
parent
e16af8929b
commit
225933c0e9
@ -1505,6 +1505,8 @@ VENDORBLOCK=${VENDORBLOCK}
|
||||
|
||||
df 2>/dev/null | sed '/^\//d' >> ${nanodroid_logfile}
|
||||
|
||||
if [ ! -z "${cfg_setup}" ]; then
|
||||
|
||||
echo "
|
||||
### SETUP ###
|
||||
|
||||
@ -1513,6 +1515,8 @@ configuration: ${cfg_setup}
|
||||
|
||||
cat "${cfg_setup}" >> ${nanodroid_logfile}
|
||||
|
||||
fi
|
||||
|
||||
if [ ! -z "${cfg_apps}" ]; then
|
||||
|
||||
echo "
|
||||
|
Loading…
Reference in New Issue
Block a user