From d033d8a524ad1c33330ab93746a0ac545650e37e Mon Sep 17 00:00:00 2001 From: Junior Date: Tue, 2 Jul 2019 09:29:28 -0400 Subject: [PATCH] God, I hate markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 884ce47..057a43f 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ A PHP and PERL based "jukebox style" home audio system for Linux. * The **art/** folder needs to be writable by the web server user. * The main script for the home audio system should be set to execute at boot time: -...`su web -c "/var/www/html/m/scripts/homeaudio_music.pl &" 1>/dev/null 2>&1` + `su web -c "/var/www/html/m/scripts/homeaudio_music.pl &" 1>/dev/null 2>&1` * The daily script to do upkeep and maintenance should be set to run every day (typically from /etc/cron.daily/, can be a soft link). -...`cd /etc/cron.daily && ln -s /var/www/html/m/scripts/homeaudio_updateall.sh` + `cd /etc/cron.daily && ln -s /var/www/html/m/scripts/homeaudio_updateall.sh`