Selaa lähdekoodia

typo

tags/v1.3
Nico Rey 4 vuotta sitten
vanhempi
commit
ea4a283ec6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      test_reception.sh

+ 1
- 1
test_reception.sh Näytä tiedosto

@@ -7,7 +7,7 @@ fi

command_exists() {
if ! command -v "$1" &> /dev/null; then
log "Required command not found: $1" "ERROR"
echo "Required command not found: $1" "ERROR"
exit 1
fi
}


Ladataan…
Peruuta
Tallenna