Tue Jun 4 11:16:09 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-04 23:16:09 +02:00
parent 52a1f1fc0d
commit 01cbaa1030
1 changed files with 1 additions and 1 deletions

View File

@ -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)"