added sync-flash.sh config file (currently disabled)...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-01-04 05:38:15 +03:00
parent 9619b1d389
commit 23c375de2a
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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