Tue Jun 4 11:16:09 PM CEST 2024
This commit is contained in:
parent
52a1f1fc0d
commit
01cbaa1030
|
@ -31,7 +31,7 @@ function find_global() {
|
|||
for i in "$search_dirs[@]"; do
|
||||
if [ -d $i ]; then
|
||||
PATHS="$PATHS\n$i"
|
||||
if [ "$HOSTNAME" = "Mallorea" ]; then
|
||||
if [ "$(hostname)" = "mallorea" ]; then
|
||||
PATHS+="\n$(fd . $i -t $file_type -d 8)"
|
||||
else
|
||||
PATHS+="\n$(ssh mallorea fd . $i -t $file_type -d 8)"
|
||||
|
|
Loading…
Reference in New Issue