From a407bc6d308ae283df818ad1fa4871fb315cab8b Mon Sep 17 00:00:00 2001 From: vacmf Date: Thu, 21 Mar 2024 20:37:39 +0100 Subject: [PATCH] Removed one too many spaces between the bracket and semicolon --- core/files/entrypoint_nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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