Skip to content

Commit

Permalink
add chown
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Dec 20, 2023
1 parent d39c873 commit 5c107eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ if [[ -d ./emba/external/nvd-json-data-feeds ]]; then
fi

# sync emba
cp -Ruf ./emba/ /var/www/emba/
cp -Rf ./emba/ /var/www/emba/
chown -R www-embark /var/www/emba/

# logs
if ! [[ -d ./docker_logs ]]; then
Expand Down

0 comments on commit 5c107eb

Please sign in to comment.