mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Update install_hyperion.sh
This commit is contained in:
		| @@ -274,7 +274,7 @@ elif [ $USE_SYSTEMD -eq 1 ]; then | ||||
| elif [ $USE_SERVICE -eq 1 ]; then | ||||
| 	echo '---> Installing startup script in init.d' | ||||
| 	# place startup script in init.d and add it to upstart (-s to respect user modified scripts) | ||||
| 	ln -s $SERVICEL/hyperion.init.sh $SERVICEP/hyperion 2>/dev/null && chmod +x $SERVICEP/hyperion | ||||
| 	ln -s $SERVICEL/hyperion.init.sh $SERVICEP/hyperion 2>/dev/null ; chmod +x $SERVICEP/hyperion | ||||
| 	update-rc.d hyperion defaults 98 02 | ||||
| fi | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user