From ec3ecd8c84780188277b422c3c82c8c5e9373502 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Thu, 27 Jul 2023 03:19:54 +0100 Subject: [PATCH] add favicon to auto download --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 8175ba4..4ae6651 100644 --- a/start.sh +++ b/start.sh @@ -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