set chown

This commit is contained in:
Jonathan Baecker 2020-09-10 16:30:14 +02:00
parent 1d4efd2aca
commit 6dd09179f1

View File

@ -586,6 +586,8 @@ EOF
sudo -H -u $serviceUser bash -c 'npm run build'
chown $serviceUser. -R /var/www
if [[ $installNginx == 'y' ]]; then
cp docs/ffplayout-frontend.conf "$nginxConfig/"