added tempating on start command
This commit is contained in:
parent
d4ab97962e
commit
2cb08138b0
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ crontab <<EOF
|
|||
* * * * * /usr/local/sbin/reprepro-import >> /var/log/reprepro.log
|
||||
EOF
|
||||
|
||||
# run distro config generator
|
||||
/usr/local/sbin/create-distros
|
||||
|
||||
# run import once, to create the right directory structure
|
||||
/usr/local/sbin/reprepro-import
|
||||
|
||||
|
|
Loading…
Reference in a new issue