From 23c375de2a682a4d82ac9d35b278380fe0243d74 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 4 Jan 2020 05:38:15 +0300 Subject: [PATCH] added sync-flash.sh config file (currently disabled)... Signed-off-by: Alex A. Naanou --- scripts/sync-flash.sh | 7 +++++++ ui (gen4)/archive/media/img/my/work/sync-flash.sh | 7 +++++++ 2 files changed, 14 insertions(+) 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