CommonInstaller: move var to top

merge-requests/33/head
Christopher Roy Bratusek 4 years ago
parent de1c5e4661
commit 6ac7d0ebca

@ -9,6 +9,8 @@ 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"
##########################################################################################
# NanoDroid Installer Setup Function
##########################################################################################
@ -1885,9 +1887,6 @@ print_info " || ""$(basename ${nanodroid_logfile})"
# NanoDroid Configuration File Handling
##########################################################################################
# check for configuration files
config_locations="${STORAGE} /external_sd /sdcard1 /data"
get_config () {
config=""
config_exists=0

Loading…
Cancel
Save