mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-02 08:58:15 +02:00
add debug info
This commit is contained in:
parent
ac0936bfd8
commit
7cc50e724e
@ -14,6 +14,12 @@ echo "network(${network})"
|
||||
echo "chain(${chain})"
|
||||
echo "setupStep(${setupStep})"
|
||||
|
||||
if [ ${#network} -eq 0 ]; then
|
||||
echo "FAIL: Something is wrong. There is no value for network in ${infoFile}."
|
||||
echo "Should be at least default value. EXIT"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# if no setup step in info file init with 0
|
||||
if [ ${#setupStep} -eq 0 ];then
|
||||
echo "Init setupStep=0"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# /etc/systemd/system/bootstrap.service
|
||||
|
||||
[Unit]
|
||||
Description=setting up RaspiBlitz and enforcing the config on every startup
|
||||
Description=execute on every startup before everything else is starting
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
|
Loading…
x
Reference in New Issue
Block a user