Fix fixup.

This commit is contained in:
Cassowary 2022-11-30 16:42:27 -08:00
parent 746ce6d93b
commit 2e87165aff
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Do fixups to the deploy to make up for minor weirdnesses in the FluffyChat image.
if [ ! -e /usr/share/nginx/html/ ]; then
if [ ! -e /usr/share/nginx/html/web ]; then
ln -s /usr/share/nginx/html/ /usr/share/nginx/html/web
fi