diff options
author | Luke Pahler <luke.linked.in+git@gmail.com> | 2017-04-18 21:08:56 -0600 |
---|---|---|
committer | Luke Pahler <luke.linked.in+git@gmail.com> | 2017-04-18 21:08:56 -0600 |
commit | 6235dc7da2126b89d7b86051e35ae5a11101706b (patch) | |
tree | 7f095ebad32a0e5837fd69206815e704012f98f4 | |
parent | fcdca78a14e43c2d375ce164366373cfa6aaca7e (diff) | |
download | andbackup-6235dc7da2126b89d7b86051e35ae5a11101706b.tar.gz andbackup-6235dc7da2126b89d7b86051e35ae5a11101706b.tar.xz |
Putting "backups" back to Aaron's
-rwxr-xr-x | andbackup.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/andbackup.sh b/andbackup.sh index 0426b68..646c0ce 100755 --- a/andbackup.sh +++ b/andbackup.sh @@ -19,8 +19,8 @@ # set -u -#backups=/sdcard/andbackup -backups=/storage/ext_sd/bk/andbackup/andbackupBK +backups=/sdcard/andbackup +#backups=/storage/ext_sd/bk/andbackup/andbackupBK flag_delimiter="-" usage() { @@ -87,7 +87,7 @@ backup_app() { return 1 fi - #If app has "-" that means options are passed in + #If app has the flag_delimiter that means options are passed in local preserveCache=false if [[ 0 = $(echo ${app} | grep --quiet [${flag_delimiter}]; echo $?) ]]; then linfo "This app $app has passed in options" |