From 1d7ff0dcf99b8d9f22b68b046feafee660c39832 Mon Sep 17 00:00:00 2001 From: randomuser Date: Mon, 18 Mar 2024 18:38:01 -0500 Subject: [PATCH] mlg no longer has its own dot_testing --- builds/utils/sh/disp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/builds/utils/sh/disp b/builds/utils/sh/disp index 233fd47..17a9546 100755 --- a/builds/utils/sh/disp +++ b/builds/utils/sh/disp @@ -81,6 +81,12 @@ case "$(hostname)" in mkdir -p $HOME/.cache/mount_point sshfs usr@192.168.1.120:/home/usr/doc $HOME/.cache/mount_point ln -sf $HOME/.cache/mount_point $HOME/doc + + rm $HOME/dot_testing # this is also safe. see above + mkdir -p $HOME/.cache/mount_point2 + sshfs usr@192.168.1.120:/home/usr/dot_testing $HOME/.cache/mount_point2 + ln -sf $HOME/.cache/mount_point2 $HOME/dot_testing + ;; "x230t") echo "x230t"