Update 00-smb_mounts.sh

This commit is contained in:
Alexandre
2023-12-13 10:26:50 +01:00
committed by GitHub
parent aaa08aac57
commit 38ad1f1590

View File

@@ -7,7 +7,7 @@ set -e
# DEFINE FUNCTIONS #
####################
test_mount () {
test_mount {
# Set initial test
MOUNTED=false
@@ -50,6 +50,7 @@ mount_drive () {
# Test if succesful
if [[ "$MOUNTED" == "true" ]]; then
# shellcheck disable=SC2015
test_mount
fi