mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
parent
fbd8868ae1
commit
fd7cebbd1d
3
log2ram
3
log2ram
@ -89,6 +89,9 @@ case "$1" in
|
|||||||
start)
|
start)
|
||||||
IFS=';'
|
IFS=';'
|
||||||
for i in $PATH_DISK; do
|
for i in $PATH_DISK; do
|
||||||
|
# Skip the path if the folder doesn't exist
|
||||||
|
[ ! -d "$i" ] && continue
|
||||||
|
|
||||||
PATH_FIRST_PART="${i%/*}"
|
PATH_FIRST_PART="${i%/*}"
|
||||||
PATH_LAST_PART="${i##/*/}"
|
PATH_LAST_PART="${i##/*/}"
|
||||||
RAM_LOG="$i"
|
RAM_LOG="$i"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user