CommonInstaller: read configuration files from /tmp aswell (in case /data couldn't be mounted in TWRP)

merge-requests/33/head
Christopher Roy Bratusek 4 years ago
parent 44ea5e5cb8
commit c658e2d068

@ -10,7 +10,7 @@ STORAGE=/data/media/0
curdate=$(date +%Y%m%d_%H.%M.%S)
nanodroid_logfile="${STORAGE}/nanodroid_logs/${MODID}_${VERSION}_log_${curdate}.log"
config_locations="${STORAGE} /external_sd /sdcard /sdcard1 /data"
config_locations="${STORAGE} /external_sd /sdcard /sdcard1 /data /tmp"
nanodroid_all_init='"10_sqlite 20_fstrim 30_logcat 40_external_sd 50_logscleaner"'

Loading…
Cancel
Save