change default settings

This commit is contained in:
r4 2022-05-27 21:49:18 +02:00
parent bd0396af1d
commit f16e9fc9ae
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
###BEGIN CONFIGURATION### ###BEGIN CONFIGURATION###
SOURCE_DIR="$HOME/Music/" SOURCE_DIR="$HOME/Music/"
DEST_DIR="Internal shared storage/Music/" DEST_DIR="Internal shared storage/Music/Synced/"
###END CONFIGURATION### ###END CONFIGURATION###
UID=$(id -u -r) UID=$(id -u -r)
@ -44,6 +44,8 @@ rsync --progress \
--recursive \ --recursive \
--inplace \ --inplace \
--exclude='*.parts' \ --exclude='*.parts' \
--exclude='*.m3u' \
--delete \
"$@" \ "$@" \
"$SOURCE_DIR" "$(get_mtp_dir)/$DEST_DIR" \ "$SOURCE_DIR" "$(get_mtp_dir)/$DEST_DIR" \
&& info "Success!" \ && info "Success!" \