Explorar el Código

added logfile

pull/131/head
Pascal hace 3 años
padre
commit
832f9b213d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      common.sh

+ 1
- 0
common.sh Ver fichero

@@ -21,6 +21,7 @@ log() {

#log here
echo "${log_priority} : ${log_message}"
echo $(date '+%d-%m-%Y %H:%M') "${log_priority} : ${log_message}" >> /var/log/noaa.log
}

## current date and folder structure


Cargando…
Cancelar
Guardar