Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Aug 23, 2023
1 parent f8eb3b2 commit 50d6fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sh/zotsync.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

DOCROOT_URL=smb://SERVER/PATH
DOCROOT_URL=smb://YOUR/SERVER/PATH
ZOT_DIR=$(mktemp -d)
TARG=/v/docedit/zotero
TARG=/Volumes/YOUR/LOCAL/MOUNT/POINT

if [ ! -d "${TARG}" ] ; then
echo "mount ${TARG} not found--mounting ${DOCROOT_URL}..."
Expand Down

0 comments on commit 50d6fdb

Please sign in to comment.