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
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -55,12 +55,6 @@ sync () {
    fi
    mkdir -p "$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" ]
    then
        echo "Skipped creating links in /keybase, directory not writeable." >&2