mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
busybox init script:
- make start a little bit cleaner
This commit is contained in:
parent
dfb2ab2e88
commit
a6134ad82c
@ -3,7 +3,7 @@
|
|||||||
# funktions
|
# funktions
|
||||||
mount_sys() {
|
mount_sys() {
|
||||||
if ! /bin/mountpoint -q $1; then
|
if ! /bin/mountpoint -q $1; then
|
||||||
echo "### $1 does not exist, create it ###"
|
# echo "### $1 does not exist, create it ###"
|
||||||
/bin/mount -t $2 none $1
|
/bin/mount -t $2 none $1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user