jhonathanc / ps3netsrv

Clone da pasta "ps3netsrv" do projeto "webMAN-MOD" do @aldostools, para torná-lo um projeto separado de forma que possa ser baixado e clonado sem a necessidade de clonar o repositório webMan-MOD todo.
Other
23 stars 1 forks source link

UCI folder specification needs initial / #2

Open NachtRaveVL opened 1 year ago

NachtRaveVL commented 1 year ago

While initializing UCI it is actually pertinent to include the initial / character before the mnt folder, e.g.

uci set ps3netsrv.main.dir='mnt/sda1'

should actually be:

uci set ps3netsrv.main.dir='/mnt/sda1'

I found that this solved ps3netsrv from stating "daemon.err ps3netsrv: Please create PS3 Game dir first." off logread.

jhonathanc commented 1 year ago

I'll create a LUCI interface to let people to setup it

NachtRaveVL commented 1 year ago

Remember to update your release notes so that it's corrected - pretty sure GitHub lets you edit your releases but I admit it's been a while since I messed with those interfaces. My experience is always assume people are wildly copy/pasting any instructions you give them with intense disregard for specifics.