1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-19 17:42:32 +01:00
This commit is contained in:
GilbN 2023-03-05 11:49:17 +00:00
parent 49fd940a82
commit 198ffd9056

View File

@ -23,6 +23,11 @@ if [[ ${TP_URLBASE} ]]; then
fi
cp /defaults/default.conf /config/nginx/site-confs
# Remove old config
if [[ -f /config/nginx/site-confs/default ]]; then
rm /config/nginx/site-confs/default
fi
# make our folders and links
mkdir -p \
/config/www/{css,resources} \