Browse Source

debugging

Jan Behrens 4 years ago
parent
commit
e071b1cf7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/docker-entrypoint.sh

+ 1 - 1
config/docker-entrypoint.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-#/usr/bin/id
+/usr/bin/id
 
 POLL_SCRIPTS=${POLL_SCRIPTS:-"poll_adei_data.php poll_HV_data.php"}
 POLL_INTERVAL=${POLL_INTERVAL:-60}