From 9e82c96713989a7565eadac505b36e3dbe91cd5a Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 07:56:17 -0400 Subject: Added, removed, renamed scripts --- .local/bin/mount-media | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/mount-media') diff --git a/.local/bin/mount-media b/.local/bin/mount-media index e748941..f35e4af 100755 --- a/.local/bin/mount-media +++ b/.local/bin/mount-media @@ -1,6 +1,6 @@ #!/bin/sh # Uses sshfs to locally mount media directories # Check if the media computer is reachable and if so mount the media -ping -W 0.01 -c 1 prometheus >/dev/null && \ - sshfs sisko@prometheus:/mnt/raid/media/ $HOME/media/prometheus/ +ping -W 0.01 -c 1 docker >/dev/null && \ + sshfs docker:/srv/docker/arr/data/media $HOME/media -- cgit v1.2.3