Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
log2ram
espelho de
https://github.com/azlux/log2ram.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
18
Wiki
Trabalho
Ver a proveniência
check if folder exist
Fix for
#147
pull/193/head
Azlux
há 2 anos
ascendente
fbd8868ae1
cometimento
fd7cebbd1d
1 ficheiros alterados
com
3 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+3
-0
log2ram
+ 3
- 0
log2ram
Ver ficheiro
@@ -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"
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar