CommonInstaller: log for cfg in /sdcard explicitely

(in certain occasions /data/media/0 might not be available, still /sdcard is)
merge-requests/33/head
Christopher Roy Bratusek 4 years ago
parent 56ea9ec990
commit ea0e1e4ad6

@ -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 /sdcard1 /data"
config_locations="${STORAGE} /external_sd /sdcard /sdcard1 /data"
nanodroid_all_init='"10_sqlite 20_fstrim 30_logcat 40_external_sd 50_logscleaner"'

Loading…
Cancel
Save