diff options
author | Bill <bill@billserver.senders.io> | 2021-04-27 23:23:18 -0400 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2021-04-27 23:23:18 -0400 |
commit | 328a834d5db707446a33b152112122b6e3290c9c (patch) | |
tree | 037daf69962a4459b86959d2fb8d78d0e86ecf44 | |
parent | 676f8be7ce3576b771508ed92c8a157178721027 (diff) |
Set proper local dir (.local/share/ssync)
-rwxr-xr-x | ssync | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ SRC_DIR=$4 # constants PARALLEL=5 -SSYNC_DIR=$HOME/.local/ssync +SSYNC_DIR=$HOME/.local/share/ssync FETCHED_FILE=$SSYNC_DIR/fetched FETCH_FILE=$SSYNC_DIR/fetch LASTRAN_FILE=$SSYNC_DIR/lastran |