made locations menu slightly more readable

This commit is contained in:
sose 2019-01-26 17:47:31 -08:00
parent 3d8d6b1aee
commit fc41573aac
1 changed files with 1 additions and 1 deletions

View File

@ -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 "<item label=\"%s\">\\n" "$location_name"
printf " <action name=\"Execute\">\\n"