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:
Jeroen De Meerleer 2023-06-01 14:35:01 +02:00
parent b2fccadfa1
commit a1cd78b7e5
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ GetOptions() {
warn="$2"
shift 2
;;
-c|--critital)
-c|--critical)
crit="$2"
shift 2
;;