Disable progress

This commit is contained in:
Aleksandar Puharic 2024-10-29 20:37:29 +01:00
parent 6dba8a19f9
commit a5d36946b4
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -17,7 +17,7 @@ main() {
fi fi
echo "Themes directory is empty, copying default themes" echo "Themes directory is empty, copying default themes"
rsync -a --ignore-existing --progress /usr/src/wordpress/wp-content/themes "${wpContentDir}/" rsync -a --ignore-existing --stats /usr/src/wordpress/wp-content/themes "${wpContentDir}/"
return return
fi fi
} }