6 lines
90 B
Bash
6 lines
90 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# the samba package requires /proc to be present
|
||
|
mount --bind /proc "$1/proc"
|
||
|
|