[Linux] Fix indents in rofi_systemd.sh

This commit is contained in:
Ivan Malison 2017-03-14 19:05:27 -07:00
parent df442d3469
commit 1edf66542f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -19,10 +19,10 @@ restart="Alt+r"
function select_service_and_act {
result=$(rofi -dmenu -i -p "systemd unit: " \
-kb-custom-1 "${enable}" \
-kb-custom-2 "${disable}" \
-kb-custom-3 "${stop}" \
-kb-custom-4 "${restart}")
-kb-custom-1 "${enable}" \
-kb-custom-2 "${disable}" \
-kb-custom-3 "${stop}" \
-kb-custom-4 "${restart}")
rofi_exit="$?"
selection="$(echo $result | sed -n 's/ \+/ /gp')"