3825d3857c
* changed bootstrap node * improved web interface styles * start-daemon script hopefully less prone to crash * fixed openwebinterface url output * added defaults for timer configs incase config can't be read or the values are missing
5 lines
203 B
Bash
Executable File
5 lines
203 B
Bash
Executable File
#!/usr/bin/bash
|
|
cd "$(dirname "$0")"
|
|
echo "starting Onionr daemon..."
|
|
echo "run onionr.sh stop to stop the daemon, or onionr.sh start to get output"
|
|
exec nohup ./onionr.sh start > /dev/null 2>&1 & disown |