add favicon to auto download
All checks were successful
Publish Docker Image / docker (push) Successful in 2m21s

This commit is contained in:
Lee 2023-07-27 03:19:54 +01:00
parent aa89245db3
commit ec3ecd8c84

View File

@ -1,7 +1,7 @@
workDir=/usr/src/app
baseUrl=https://git.fascinated.cc/Fascinated/simple-links/raw/branch/master/public/
toDownload=("avatar.webp" "background.jpg")
toDownload=("avatar.webp" "background.jpg" "favicon.ico")
echo "Checking if files need to be downloaded"
if [ -z "$(ls -A $workDir/public)" ]; then