Fix line breaks in the instructions list.
This commit is contained in:
		
							parent
							
								
									cf1a33d8dc
								
							
						
					
					
						commit
						aca953bc94
					
				| 
						 | 
					@ -9,6 +9,9 @@ A PHP and PERL based "jukebox style" home audio system for Linux.
 | 
				
			||||||
* The **tables.sql** file needs to be imported into the database referenced in the **homeaudio.ini** file.
 | 
					* The **tables.sql** file needs to be imported into the database referenced in the **homeaudio.ini** file.
 | 
				
			||||||
* The **art/** folder needs to be writable by the web server user.
 | 
					* 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:
 | 
					* 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).
 | 
					* 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`
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user