Removed one too many spaces between the bracket and semicolon

pull/33/head
vacmf 2024-03-21 20:37:39 +01:00
parent 7eb0da2151
commit a407bc6d30
1 changed files with 1 additions and 1 deletions

View File

@ -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