Browse Source

Added TODO

pull/1/head
Julien Escario 4 years ago
parent
commit
99ec372537
  1. 3
      monitoring/altinea_monitoring_request.sh

3
monitoring/altinea_monitoring_request.sh

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
# TODO :
# - Add detection of VPN Interface to remove error message
DEBUG() { DEBUG() {
[ "$_DEBUG" = "on" ] && $@ [ "$_DEBUG" = "on" ] && $@
} }

Loading…
Cancel
Save