mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 04:43:10 +02:00
fix autotempmount
This commit is contained in:
@@ -1199,6 +1199,9 @@ fi
|
|||||||
|
|
||||||
if [ "$1" = "tempmount" ]; then
|
if [ "$1" = "tempmount" ]; then
|
||||||
|
|
||||||
|
# get HDD status and candidates
|
||||||
|
source <(/home/admin/config.scripts/blitz.datadrive.sh status)
|
||||||
|
|
||||||
if [ ${isMounted} -eq 1 ]; then
|
if [ ${isMounted} -eq 1 ]; then
|
||||||
echo "error='already mounted'"
|
echo "error='already mounted'"
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user