Skip to content

Commit

Permalink
fix sync EMBA folders
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Dec 21, 2023
1 parent 12e0349 commit 0b1d3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if [[ -d ./emba/external/nvd-json-data-feeds ]]; then
fi

# sync emba
cp -Rf ./emba /var/www/emba
rsync -r -u --progress --chown=www-embark:sudo ./emba/ /var/www/emba/
chown -R www-embark /var/www/emba/

# logs
Expand Down

0 comments on commit 0b1d3c8

Please sign in to comment.