argon-shutdown.sh Missing
Closed this issue · 4 comments
The installer calls this:
Argon Shutdown script
sudo curl -L $ARGONDOWNLOADSERVER/argon-shutdown.sh -o $shutdownscript --silent
sudo chmod 755 $shutdownscript
But all it gets is a 404: Not Found meaning the box cannot be shutdown by pressing the power button.
I'm guessing this is resolved as my box shutdown when holding for 3 seconds
Actually the file was missing, I just added it. I will be making some major changes eventually, I really don't like all of the config files etc... would rather have all of the configuration info in one file.
Yeah I think have a single config file is a good idea. out of interest, how do I restart the service? I couldnt see it in systemd/system but wasn't really sure where to look.
EDIT: got it
sudo systemctl restart argononed
sudo systemctl restart argoneond
Do I need to do both after manually editing config files?
You should. There is an attempt to re-read the config files on every loop but I'm not 100% sure that actually works properly. Hence why I want to redo everything... I don't like the multiple config files, nor the multiple services...
Really want to fix up the library that is used to communicate with the OLED as I have a few projects I want to use the same type of OLED on.