2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00
This commit is contained in:
Christopher Roy Bratusek 2019-04-27 23:23:14 +02:00
parent 3adf86fe1f
commit 89bd745caf

View File

@ -254,6 +254,7 @@ mount_partitions () {
fi
mount | awk '{print $1 " on " $3 " params: " $6}'
df -h | sed '/^\//d'
}
migrate_magisk_custom () {
@ -1435,6 +1436,12 @@ NANODROID_BINDIR=${NANODROID_BINDIR}
mount | awk '{print $1 " on " $3 " params: " $6}' \
>> ${nanodroid_logfile}
echo "
### DISK USAGE ###
" >> ${nanodroid_logfile}
df -h | sed '/^\//d' >> ${nanodroid_logfile}
echo "
### SETUP ###
" >> ${nanodroid_logfile}