summaryrefslogtreecommitdiff
path: root/fs/mysqlfsck
blob: 7b4e049b1e3ef1bcba3156085d40c1c1e8637770 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

mountpoint=$*

if [#($mountpoint) -eq "0"];
then
   exit; 
fi