Explorar el Código

check if folder exist

Fix for #147
pull/193/head
Azlux hace 2 años
padre
commit
fd7cebbd1d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      log2ram

+ 3
- 0
log2ram Ver fichero

@@ -89,6 +89,9 @@ case "$1" in
start)
IFS=';'
for i in $PATH_DISK; do
# Skip the path if the folder doesn't exist
[ ! -d "$i" ] && continue
PATH_FIRST_PART="${i%/*}"
PATH_LAST_PART="${i##/*/}"
RAM_LOG="$i"


Cargando…
Cancelar
Guardar