swetoast / steamlink-launcher

Steamlink launcher for OSMC
GNU General Public License v2.0
155 stars 19 forks source link

ldconfig and start-stop-daemon missing during launcher install #7

Closed taubel closed 4 years ago

taubel commented 4 years ago

Apparently in file steamlink-launcher.sh during su osmc some environment variables are lost, in my case /sbin was lost from $PATH. Because of this /sbin/ldconfig and /sbin/start-stop-daemon are not reachable

Changing su osmc to su - osmc fixed this

swetoast commented 4 years ago

fixed