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