mirror of
https://github.com/SinTan1729/CheckIntegrity.git
synced 2024-12-26 00:28:36 -06:00
Clean up
This commit is contained in:
parent
218b7dbae6
commit
a59b6cea3c
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# formatting
|
# formatting
|
||||||
red=$(tput setaf 1)
|
red=`tput setaf 1`
|
||||||
green=$(tput setaf 2)
|
green=`tput setaf 2`
|
||||||
normal=$(tput sgr0)
|
normal=`tput sgr0`
|
||||||
|
|
||||||
# error function
|
# error function
|
||||||
error(){
|
error(){
|
||||||
|
|
Loading…
Reference in a new issue