diff --git a/openbox_files.sh b/openbox_files.sh index ffec546..407fbcf 100755 --- a/openbox_files.sh +++ b/openbox_files.sh @@ -33,7 +33,7 @@ get_locations() { location_path="" if printf "%s" "$line" | grep -q "SSHFS Mount " then - location_path=$(printf "%s" "$line" | rev | cut -f 1 -d ' ' | rev) + location_path=$(printf "%s" "$line" | rev | cut -f 1-2 -d ' ' | rev) location_name=$(basename "$location_path") printf "\\n" "$location_name" printf " \\n"