davidferguson / pibakery

The blocks based, easy to use setup tool for Raspberry Pi
http://www.PiBakery.org
GNU General Public License v3.0
1.48k stars 146 forks source link

My block doesn't work on first boot #118

Closed kenntran closed 6 years ago

kenntran commented 6 years ago

Hi, I got problem while trying to implement new block with Pibakery. I've tried to setting some information for RPI such as IP static, network in a script file.

But it seems to ignore my block, script file. I dunno why.

Any help is appreciated. Thanks you.

In initsetup folder. My json file (initsetup.json):

initsetup.txt

My script file (configuration.py): configuration.txt

And (waitForNetwork.sh):

waitForNetwork.txt

p/s: I changed files to .txt to upload it

kenntran commented 6 years ago

Now, it's working