mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 13:25:45 +02:00
Fix typo when setting default val of MOUNT_OPTIONS in beesd.in
Fixed mistake in #188
This commit is contained in:
parent
f2c65f2f4b
commit
951b5ce360
@ -91,7 +91,7 @@ MNT_DIR="${MNT_DIR:-$WORK_DIR/mnt/$UUID}"
|
|||||||
BEESHOME="${BEESHOME:-$MNT_DIR/.beeshome}"
|
BEESHOME="${BEESHOME:-$MNT_DIR/.beeshome}"
|
||||||
BEESSTATUS="${BEESSTATUS:-$WORK_DIR/$UUID.status}"
|
BEESSTATUS="${BEESSTATUS:-$WORK_DIR/$UUID.status}"
|
||||||
DB_SIZE="${DB_SIZE:-$((8192*AL128K))}"
|
DB_SIZE="${DB_SIZE:-$((8192*AL128K))}"
|
||||||
MOUNT_OPTIONS="${MOUNT_OPTIONS-}"
|
MOUNT_OPTIONS="${MOUNT_OPTIONS:-}"
|
||||||
|
|
||||||
INFO "Check: Disk exists"
|
INFO "Check: Disk exists"
|
||||||
if [ ! -b "/dev/disk/by-uuid/$UUID" ]; then
|
if [ ! -b "/dev/disk/by-uuid/$UUID" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user