diff --git a/home/.chezmoiscripts/run_once_after_50-finalize-ranger.sh.tmpl b/home/.chezmoiscripts/run_once_after_50-finalize-ranger.sh.tmpl index c411504..9d8ee1e 100644 --- a/home/.chezmoiscripts/run_once_after_50-finalize-ranger.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_50-finalize-ranger.sh.tmpl @@ -17,7 +17,7 @@ COMMAND_FILE=${HOME}/.config/ranger/commands.py log "Begin ranger finalization" -case $(grep -Fx "from plugins.ranger_udisk_menu.mounter import mount" "${COMMAND_FILE}" ) +case $(grep -Fx "from plugins.ranger_udisk_menu.mounter import mount" "${COMMAND_FILE}" ) in 0) # found, do nothing inf "Modification not needed." @@ -31,6 +31,7 @@ case $(grep -Fx "from plugins.ranger_udisk_menu.mounter import mount" "${COMMAND # an error occurred inf "An error occured." ;; +esac log "Finish ranger finalization"