Skip to content

Commit

Permalink
Revert "mailcheck: fix problem when calling check_cmd with a variable…
Browse files Browse the repository at this point in the history
… in profile"

This reverts commit 517694b.
  • Loading branch information
xmailla committed Jan 4, 2025
1 parent 54610b9 commit 00d42d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailcheck
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ wakeup () {

mailcheck () {
echo $(ts) checking ...
$(echo $check_cmd | envsubst)
${check_cmd}
if [ -n "${index_cmd}" ]; then
echo $(ts) indexing ...
${index_cmd}
Expand Down

0 comments on commit 00d42d7

Please sign in to comment.