4 lines
113 B
Bash
Executable File
4 lines
113 B
Bash
Executable File
#!/bin/sh -e
|
|
# should be pretty much obsolete but just in case
|
|
[ -L /etc/mtab ] || ln -sf /proc/mounts /etc/mtab
|