diff --git a/scripts/sync-flash.sh b/scripts/sync-flash.sh index c37d0ad1..d3351ef3 100755 --- a/scripts/sync-flash.sh +++ b/scripts/sync-flash.sh @@ -19,6 +19,13 @@ COMPRESSOR=./compress-archive.sh COMPRESS=1 +# Config file to contain all the default settings... +# XXX not sure if this is a good idea... +##if [ -e ~/.sync-flash.rc ] ; then +## source ~/.sync-flash.rc +##fi + + # base mount dir... # systems with /mnt if [ -d /mnt ] ; then diff --git a/ui (gen4)/archive/media/img/my/work/sync-flash.sh b/ui (gen4)/archive/media/img/my/work/sync-flash.sh index c37d0ad1..d3351ef3 100755 --- a/ui (gen4)/archive/media/img/my/work/sync-flash.sh +++ b/ui (gen4)/archive/media/img/my/work/sync-flash.sh @@ -19,6 +19,13 @@ COMPRESSOR=./compress-archive.sh COMPRESS=1 +# Config file to contain all the default settings... +# XXX not sure if this is a good idea... +##if [ -e ~/.sync-flash.rc ] ; then +## source ~/.sync-flash.rc +##fi + + # base mount dir... # systems with /mnt if [ -d /mnt ] ; then