mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	maybe fix install.sh
Former-commit-id: 2713fb28ddf70d6a22fd743ca931b2f120e03a8e
This commit is contained in:
		| @@ -206,6 +206,7 @@ elif [ $OS_OPENELEC -eq 1 ]; then | ||||
| 	#modify all old installs with a logfile output | ||||
| 	sed -i 's|/dev/null|/storage/logfiles/hyperion.log|g' /storage/.config/autostart.sh | ||||
| 	# only add to start script if hyperion is not present yet | ||||
| 	touch /storage/.config/autostart.sh 2>/dev/null | ||||
| 	if [ `cat /storage/.config/autostart.sh 2>/dev/null | grep hyperiond | wc -l` -eq 0 ]; then | ||||
| 		echo '---> Adding Hyperion to OpenELEC autostart.sh' | ||||
| 		echo "/storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion.config.json > /storage/logfiles/hyperion.log 2>&1 &" >> /storage/.config/autostart.sh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user