6 lines
123 B
Bash
Executable file
6 lines
123 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
echo Config.
|
|
python /files/mako-render.py /files/smb.conf.mako /files/config.yaml \
|
|
> /etc/samba/smb.conf
|
|
|