8 lines
136 B
Bash
8 lines
136 B
Bash
#!/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
|
|
|