8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
#copy any files needed for the jail
|
||
|
|
||
|
#be sure we have the needed timezone
|
||
|
/bin/cp -L /etc/localtime /etc/openvpn/s2s/etc
|
||
|
|