Nico Rey 4 anni fa
parent
commit
ea4a283ec6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      test_reception.sh

+ 1
- 1
test_reception.sh Vedi File

@@ -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
}


Caricamento…
Annulla
Salva