From 4cdab7bb9ed9e94937503b89db3c56ea0189c8c9 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Tue, 7 Feb 2017 14:37:12 +0000 Subject: [PATCH] path correction --- linux-step-by-step.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-step-by-step.md b/linux-step-by-step.md index 71f21aa..018ff48 100644 --- a/linux-step-by-step.md +++ b/linux-step-by-step.md @@ -60,7 +60,7 @@ This short howto describes step-by-step how to install the MMDVMHost-Dashboard o >sudo cp -R /home/pi/MMDVMHost-Dashboard/* /var/www/ -9. To make sure the dashboard is served instead of the default "index.html", change into the webroot /var/www/html respectively /var/www and remove that file: +9. To make sure the dashboard is served instead of the default "index.html", cd into the webroot /var/www/html respectively /var/www and remove that file: >sudo rm index.html