HOME › Forums › Gateways › Raspberry Pi › zbpserver uninstall reinstall error [SOLVED] › Reply To: zbpserver uninstall reinstall error [SOLVED]
Inactive
July 8, 2015 at 1:22 am
Post count: 5
thanks! I actually solved it by doing a
find / -name ‘zbpserverconfig’
(I’m only saying that because I forgot where it was, something like /usr/bin), then doing a
chmod u=rwx,g=rwxs,o= zbpserverconfig
then running
zbpserverconfig –force
…but I think your solution sounds easier!