Print all executed commands in start scripts
This commit is contained in:
parent
acb2159664
commit
d38fd87f17
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
# Export the configuration values
|
||||
/home/pi/hydrophonitor/scripts/export-config-values.sh
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
# Export the configuration values
|
||||
/home/pi/hydrophonitor/scripts/export-config-values.sh
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
# Export the configuration values
|
||||
/home/pi/hydrophonitor/scripts/export-config-values.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user