mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
mount_sys() {
|
||||
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
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user