fix indent

This commit is contained in:
Azlux 2020-05-20 02:04:34 +02:00
parent 0e09169876
commit 6d5b84ba75
1 changed files with 15 additions and 13 deletions

View File

@ -112,7 +112,9 @@ case "$1" in
RAM_LOG=$i RAM_LOG=$i
HDD_LOG=$PATH_FIRST_PART/hdd.$PATH_LAST_PART HDD_LOG=$PATH_FIRST_PART/hdd.$PATH_LAST_PART
LOG2RAM_LOG="${RAM_LOG}/${LOG_NAME}" LOG2RAM_LOG="${RAM_LOG}/${LOG_NAME}"
make_log_dir make_log_dir
mount --bind $RAM_LOG/ $HDD_LOG/ mount --bind $RAM_LOG/ $HDD_LOG/
mount --make-private $HDD_LOG/ mount --make-private $HDD_LOG/
wait_for $HDD_LOG wait_for $HDD_LOG