mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
if [ $(php daily.php -f update) -eq 1 ]; then 
 | 
						|
  git pull --no-edit --quiet
 | 
						|
  php includes/sql-schema/update.php
 | 
						|
fi
 | 
						|
 | 
						|
php daily.php -f syslog
 | 
						|
php daily.php -f eventlog
 |