Skip to content

Commit

Permalink
Merge pull request #186 from BenediktMKuehne/emba-cp
Browse files Browse the repository at this point in the history
ch back to force copy
  • Loading branch information
m-1-k-3 authored Dec 21, 2023
2 parents 6ca1aa5 + 5c107eb commit a15686f
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
rsync -r -u --progress --chown=www-embark:sudo ./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 a15686f

Please sign in to comment.