Skip to content

Commit 0513fca

Browse files
committed
tput dependency added
1 parent 895a908 commit 0513fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mailctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _checkBin() {
3232
}
3333

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

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

0 commit comments

Comments
 (0)