diff --git a/build.sh b/build.sh index d45d8a1..98575b8 100755 --- a/build.sh +++ b/build.sh @@ -33,7 +33,7 @@ if [ -z "${LINKGEN_NO_DEFAULT}" ]; then # LINKGEN_NO_DEFAULT is undefined, generate default links echo ":: Generating StarOpenSource's default links" # Index - cat << EOF >> index.html + cat << EOF > index.html @@ -52,7 +52,7 @@ if [ -z "${LINKGEN_NO_DEFAULT}" ]; then EOF # Robots - cat << EOF >> robots.txt + cat << EOF > robots.txt User-Agent: * Disallow: / EOF