msync: minor variable changes

This commit is contained in:
dogeystamp 2022-06-16 12:02:49 -04:00
parent 4ecd0a82fa
commit e067161cd1
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -11,9 +11,8 @@ while getopts ":pr" o; do
esac
done
ROOT="$HOME/quar/mnt/Internal shared storage"
go-mtpfs "$ROOT" &
MNT="$HOME/quar/mnt"
ROOT="$MNT/Internal shared storage"
# General rsync options
OPTS="-avPc"