From 14b46f6080d274b2dd46b41e8f3d94a139f4b25d Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 15 Mar 2022 10:52:13 +0100 Subject: [PATCH] renamed: hops_data/mount_workhorse.sh -> mount_workhorse.sh --- hops_data/mount_workhorse.sh => mount_workhorse.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename hops_data/mount_workhorse.sh => mount_workhorse.sh (52%) diff --git a/hops_data/mount_workhorse.sh b/mount_workhorse.sh similarity index 52% rename from hops_data/mount_workhorse.sh rename to mount_workhorse.sh index 40ac20f..98af518 100644 --- a/hops_data/mount_workhorse.sh +++ b/mount_workhorse.sh @@ -1,5 +1,5 @@ #! /usr/bin/env bash -sudo mount.nfs 141.30.17.16:/data_local/hiro/hops $(dirname "$0") +sudo mount.nfs 141.30.17.16:/data_local/hiro/hops $(dirname "$0")/hops_data -#sshfs 141.30.17.16:/data_local/hiro/hops $(dirname "$0") +#sshfs 141.30.17.16:/data_local/hiro/hops $(dirname "$0")/hops_data