Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Colours: Change tput to /usr/bin/tput
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmachos committed May 3, 2020
1 parent 67708cd commit 74c7c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lockdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IFS=$'\n\t'

### Define Colours ###

tput sgr0;
/usr/bin/tput sgr0;
# reset colors

readonly RED="$(/usr/bin/tput setaf 1)"
Expand Down

0 comments on commit 74c7c00

Please sign in to comment.