favicon added

This commit is contained in:
James Tomasino 2018-11-27 19:36:14 -05:00
parent ccf5495fab
commit 8522e8ad13
2 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ if [ "$run_user" -eq 0 ]; then
printf "</head><body><div class=\"page-wrapper\"><pre class=\"inner-wrapper\"><a href=\"/\">&lt;&lt; BACK TO RELAY ONE</a>"
printf "\\n\\n\\nERROR. TRANSMISSION NOT FOUND.</pre></div></body></html>"
} >> "${error_html}"
# copy favicon
cp "${SCRIPTPATH}/../files/favicon.ico" "${html_dir}"
else
printf "You must be root to run this script.\\n"
fi

BIN
files/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB