summaryrefslogtreecommitdiff
path: root/andbackup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'andbackup.sh')
-rwxr-xr-xandbackup.sh6
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"

Generated by cgit