Skip to content
Snippets Groups Projects
Commit 0c8aca17 authored by nimrod's avatar nimrod
Browse files

Remove the /Volumes from the Keybase sync.

I only added becasue the smile-cli depended on it (because all of the
developers used Macs). I've since removed that dependency (and the
Keybase dependecy entirely) so it's not needed anymore.
parent 7391e6a7
No related branches found
No related tags found
No related merge requests found
...@@ -55,12 +55,6 @@ sync () { ...@@ -55,12 +55,6 @@ sync () {
fi fi
mkdir -p "$DOCUMENTS_DIR" mkdir -p "$DOCUMENTS_DIR"
cp -rf "$RUNTIME_DIR/kbfs/"* "$DOCUMENTS_DIR/" cp -rf "$RUNTIME_DIR/kbfs/"* "$DOCUMENTS_DIR/"
if [ ! -w "/Volumes" ]
then
echo "Skipped creating links in /Volumes/Keybase, directory not writeable." >&2
else
ln -sf "$DOCUMENTS_DIR" /Volumes/Keybase
fi
if [ ! -w "/keybase" ] if [ ! -w "/keybase" ]
then then
echo "Skipped creating links in /keybase, directory not writeable." >&2 echo "Skipped creating links in /keybase, directory not writeable." >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment