Fix typo
This commit is contained in:
parent
6393587f0a
commit
37ae0c2d7b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ checksum_file=checksums.sha256
|
|||
status_critical="critical"
|
||||
status_ok="ok"
|
||||
|
||||
function exit_if_failed($) {
|
||||
function exit_if_failed() {
|
||||
if [ $1 -ne 0 ]; then
|
||||
echo $status_critical > "$status_file.tmp"
|
||||
mv $status_file.tmp $status_file
|
||||
|
|
Loading…
Add table
Reference in a new issue