From b94b9e8f736ef35e2a306c2c1b362a7981a02925 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Mon, 8 Apr 2024 11:43:24 -0500 Subject: [PATCH] update disp to allow mlg to synchronize ~/Mail and ~/vdir change builds/utils/sh/disp to allow mlg to mirror ~/Mail and ~/vdir from x230t. --- builds/utils/sh/disp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/builds/utils/sh/disp b/builds/utils/sh/disp index aaeef92..adef3bd 100755 --- a/builds/utils/sh/disp +++ b/builds/utils/sh/disp @@ -84,11 +84,21 @@ case "$(hostname)" in sshfs usr@192.168.1.120:/home/usr/doc $HOME/.cache/mount_point ln -sf $HOME/.cache/mount_point $HOME/doc - rm $HOME/.thunderbird + rm $HOME/.thunderbird # see previous comment mkdir -p $HOME/.cache/mount_point3 sshfs usr@192.168.1.120:/home/usr/.thunderbird $HOME/.cache/mount_point3 ln -sf $HOME/.cache/mount_point3 $HOME/.thunderbird + rm $HOME/Mail + mkdir -p $HOME/.cache/mount_point4 + sshfs usr@192.168.1.120:/home/usr/Mail $HOME/.cache/mount_point4 + ln -sf $HOME/.cache/mount_point4 $HOME/Mail + + rm $HOME/vdir + mkdir -p $HOME/.cache/mount_point5 + sshfs usr@192.168.1.120:/home/usr/vdir $HOME/.cache/mount_point5 + ln -sf $HOME/.cache/mount_point5 $HOME/vdir + ;; "x230t") echo "x230t"