Skip to content

Commit

Permalink
Merge pull request #151 from bottkars/patch-2
Browse files Browse the repository at this point in the history
Merging; duplicating to multi-node in develop for release.
  • Loading branch information
APeter0807 committed Jul 25, 2016
2 parents 18ca20b + 5f64de0 commit 5b96a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-single-node/step1_ecs_singlenode_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def set_docker_configuration_func():
logger.info("Set container to start on boot.")
subprocess.call(["systemctl", "enable", "docker.service"])
os.system("echo \"docker start ecsstandalone\" >>/etc/rc.local")

os.system("chmod +x /etc/rc.d/rc.local")
except Exception as ex:
logger.exception(ex)
logger.fatal("Aborting program! Please review log")
Expand Down

0 comments on commit 5b96a97

Please sign in to comment.