diff --git a/core/files/entrypoint_nginx.sh b/core/files/entrypoint_nginx.sh index 36e8579..51744c3 100755 --- a/core/files/entrypoint_nginx.sh +++ b/core/files/entrypoint_nginx.sh @@ -148,7 +148,7 @@ EOT update_misp_data_files(){ for DIR in $(ls /var/www/MISP/app/files.dist); do - if [ "$DIR" = "certs" ] || [ "$DIR" = "img" ] ; then + if [ "$DIR" = "certs" ] || [ "$DIR" = "img" ] ; then echo "... rsync -azh \"/var/www/MISP/app/files.dist/$DIR\" \"/var/www/MISP/app/files/\"" rsync -azh "/var/www/MISP/app/files.dist/$DIR" "/var/www/MISP/app/files/" else