1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

Remove old config

This commit is contained in:
Marius 2023-03-05 12:48:45 +01:00
parent b767cab88d
commit b7dc192302

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} \