Skip to content

Commit 0e8643d

Browse files
committed
Fix a bug in mountNetDrive.sh
1 parent a46a5e9 commit 0e8643d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mountNetDrive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ do
160160
echo "smb unmounted"
161161
rmdir /media/smb
162162
echo "Unmounted /media/smb successfully" > /tmp/mountRequest.nf
163-
echo "" > /var/camera/webNfsMount.txt
163+
echo "" > /var/camera/webSmbMount.txt
164164
else
165165
echo "Already unmounted; failed" > /tmp/mountRequest.nf
166166
fi

0 commit comments

Comments
 (0)