We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d363577 commit 0efc70cCopy full SHA for 0efc70c
root/etc/s6-overlay/s6-rc.d/init-librespeed-config/run
@@ -7,11 +7,11 @@ mkdir -p \
7
8
# create symlink to index.html
9
if [[ ! -L /app/www/public/index.html ]]; then
10
- ln -s /config/www/index.html /app/www/public/index.html
+ ln -sf /config/www/index.html /app/www/public/index.html
11
fi
12
13
# update templates
14
-cp /app/www/public/example*.html /config/www/
+cp /app/www/public/examples/example*.html /config/www/
15
16
# use custom js files if exist
17
if [[ -f /config/www/speedtest.js ]]; then
0 commit comments