Fix typo in check-disk.sh options
The script had a typo in the critical option flag. Changed "critital" to "critical".
This commit is contained in:
parent
b2fccadfa1
commit
a1cd78b7e5
@ -50,7 +50,7 @@ GetOptions() {
|
|||||||
warn="$2"
|
warn="$2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
-c|--critital)
|
-c|--critical)
|
||||||
crit="$2"
|
crit="$2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user