5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/sh
|
|
|
|
sed -e 's|#DOCKER_OPTS|DOCKER_OPTS|g' \
|
|
-i /etc/default/docker
|