Better template default path.
This commit is contained in:
parent
5208458090
commit
4ab8a9c8ec
6 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ LOGFILE="/var/log/mirror-sync/$PROGRAM.log"
|
||||||
# Default variables
|
# Default variables
|
||||||
SECTIONS="official unofficial"
|
SECTIONS="official unofficial"
|
||||||
section_default="unofficial"
|
section_default="unofficial"
|
||||||
template_dir="/usr/local/share/file-generator-templates"
|
template_dir="/usr/local/share/mirror-file-generator/templates"
|
||||||
index_generate=1
|
index_generate=1
|
||||||
index_file_name="index.html"
|
index_file_name="index.html"
|
||||||
footer_generate=1
|
footer_generate=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue