création du dossier /var/www/html

This commit is contained in:
Valentin 2024-05-03 23:12:09 +02:00
parent a7d6d0404a
commit 88688d2d4f
2 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,6 @@ On a fresh install as root user using
`cd deployment_dcdn_static`
`chmod u+x install.sh`
4. Launch the script
`bash install.sh`

View File

@ -21,6 +21,7 @@ echo "telemetry.enabled=false" >> /var/www/.nuxtrc
chown -R www-data:www-data /var/www/.nuxtrc
rm /var/www/html/*
mkdir /var/www/html
chown www-data:www-data /var/www/html
su -s /bin/bash -c "cd ${REPO_DIRECTORY} &&\