From ac0145b1e60a671af83f469e150bf4787b853868 Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Sat, 1 May 2021 20:37:32 +0200 Subject: [PATCH] chg: [FAQ] add sudo with user www-data to the command to replace the css theme --- faq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/README.md b/faq/README.md index bae78a4..df6ba4a 100644 --- a/faq/README.md +++ b/faq/README.md @@ -269,7 +269,7 @@ You can customize this for your own needs. There are also pre-made boostrap them Before making any changes, confirm the version of boostrap currenlty used by running `head -5 /var/www/MISP/app/webroot/css/bootstrap.css`. You can find themes on sites like [Bootswatch](https://bootswatch.com/2/). -To replace the current theme with a theme you found on bootsplash, run: `wget https://bootswatch.com/2/readable/bootstrap.css -O /var/www/MISP/app/webroot/css/bootstrap.css` , replacing the URL as needed. +To replace the current theme with a theme you found on bootsplash, run: `sudo -u www-data wget https://bootswatch.com/2/readable/bootstrap.css -O /var/www/MISP/app/webroot/css/bootstrap.css` , replacing the URL as needed. Some bootswatch themes applied on MISP: * https://i.imgur.com/usONTLk.png