busybox init script:

- make start a little bit cleaner
This commit is contained in:
Stephan Raue 2009-09-28 14:36:50 +02:00
parent dfb2ab2e88
commit a6134ad82c

View File

@ -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
}