luci-app-dockerman: convert uci config from space to tab
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 8 Jun 2020 11:09:56 +0000 (13:09 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 10 Jun 2020 06:44:58 +0000 (08:44 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-dockerman/root/etc/config/dockerman

index 63e30bf24c822f47d7378218bc37f306c2276ecd..ae7239a7887b28b6648b7535de094a07e6369200 100644 (file)
@@ -1,10 +1,10 @@
 config section 'local'
-        option socket_path '/var/run/docker.sock'
-        option status_path '/tmp/.docker_action_status'
-        option debug 'false'
-        option debug_path '/tmp/.docker_debug'
-        option remote_endpoint 'false'
-        option daemon_ea 'true'
-        option daemon_data_root '/opt/docker'
-        option daemon_log_level 'warn'
-        list ac_allowed_interface 'br-lan'
+       option socket_path '/var/run/docker.sock'
+       option status_path '/tmp/.docker_action_status'
+       option debug 'false'
+       option debug_path '/tmp/.docker_debug'
+       option remote_endpoint 'false'
+       option daemon_ea 'true'
+       option daemon_data_root '/opt/docker'
+       option daemon_log_level 'warn'
+       list ac_allowed_interface 'br-lan'