Files
fluffychat/fixup.sh
2022-11-30 16:42:27 -08:00

7 lines
201 B
Bash
Executable File

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