1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

Use a constant instead of a magic value.

This commit is contained in:
Ivan Mikushin
2015-11-05 13:51:05 +05:00
parent 283299f84e
commit 2db254865e
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ import (
const (
DOCKER_BIN = "/usr/bin/docker"
DOCKER_DIST_BIN = "/usr/bin/docker.dist"
ROS_BIN = "/usr/bin/ros"
SYSINIT_BIN = "/usr/bin/ros-sysinit"
DOCKER_SYSTEM_HOME = "/var/lib/system-docker"