mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
12 lines
76 B
Text
12 lines
76 B
Text
|
#!/bin/sh
|
||
|
|
||
|
mountpoint=$*
|
||
|
|
||
|
if [#($mountpoint) -eq "0"];
|
||
|
then
|
||
|
exit;
|
||
|
fi
|
||
|
|
||
|
|
||
|
|