fluffychat/fixup.sh

7 lines
201 B
Bash
Raw Normal View History

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