Skip to content
Snippets Groups Projects
Commit 051e171e authored by chrissi^'s avatar chrissi^
Browse files

Fix error when building without existing site.conf from previous build


Signed-off-by: default avatarChrissi^ <chris@tinyhost.de>
parent 78d234fd
Branches
Tags
No related merge requests found
......@@ -34,7 +34,9 @@ DEBUG=""
PRIO=2
# prepare site.conf from template
rm site/site.conf
if [ -f site/site.conf ]; then
rm site/site.conf
fi
cp site/site.in site/site.conf
sed -i -e "s/AUTOUPDATERBRANCH/$BRANCH/g" site/site.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment