Autogénération du fstab.
darcs-hash:20080209212217-41f88-42eb854d0af6f915e09d6199a7b11fac58b6814b.gz
This commit is contained in:
parent
bef2bd61cb
commit
d37751d8b9
4 changed files with 40 additions and 5 deletions
10
Probes/fstab
Executable file
10
Probes/fstab
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ ! -f /etc/fstab.local ]; then
|
||||
echo "none"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "group:fstab.local"
|
||||
|
||||
exec cat /etc/fstab.local
|
Loading…
Add table
Add a link
Reference in a new issue