File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ update_ca_certificates() {
374
374
update-ca-certificates
375
375
# Upgrade cake cacert.pem file from Mozilla project
376
376
echo " Updating /var/www/MISP/app/Lib/cakephp/lib/Cake/Config/cacert.pem..."
377
- sudo -u www-data curl -s --etag-compare /var/www/MISP/app/Lib/cakephp/lib/Cake/Config/etag.txt --etag-save /var/www/MISP/app/Lib/cakephp/lib/Cake/Config/etag.txt https://curl.se/ca/cacert.pem -o /var/www/MISP/app/Lib/cakephp/lib/Cake/Config/cacert.pem
377
+ sudo -E - u www-data curl -s --etag-compare /var/www/MISP/app/Lib/cakephp/lib/Cake/Config/etag.txt --etag-save /var/www/MISP/app/Lib/cakephp/lib/Cake/Config/etag.txt https://curl.se/ca/cacert.pem -o /var/www/MISP/app/Lib/cakephp/lib/Cake/Config/cacert.pem
378
378
}
379
379
380
380
create_sync_servers () {
You can’t perform that action at this time.
0 commit comments