1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

Fix typo when setting default val of MOUNT_OPTIONS in beesd.in

Fixed mistake in #188
This commit is contained in:
Jiahao XU 2021-08-31 11:38:00 +10:00 committed by Zygo Blaxell
parent f2c65f2f4b
commit 951b5ce360

View File

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