Skip to content

Commit

Permalink
tput dependency added
Browse files Browse the repository at this point in the history
  • Loading branch information
casperklein committed Jun 29, 2021
1 parent 895a908 commit 0513fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailctl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _checkBin() {
}

# Dependencies
_checkBin "cat" "cut" "docker" "docker-compose" "fold" "jq" "printf" "sed" "tail" "tr"
_checkBin "cat" "cut" "docker" "docker-compose" "fold" "jq" "printf" "sed" "tail" "tput" "tr"

# Check if container is running
# Skip check, if first argument is empty, "status" or "start"
Expand Down

0 comments on commit 0513fca

Please sign in to comment.