Closed ghost closed 8 years ago
e.g. something like that: WHATTOSYNC=('/my/path/') will cause asd to create a /tmp/asd-user/my/path/path/ with a symlink bind to /my/path/path.
WHATTOSYNC=('/my/path/')
/tmp/asd-user/my/path/path/
/my/path/path
Fixed by #43
Thanks for that, Naughtylus.
e.g. something like that:
WHATTOSYNC=('/my/path/')
will cause asd to create a/tmp/asd-user/my/path/path/
with a symlink bind to/my/path/path
.