mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Use "start" instead of "restart"
Because when the job isn't running, "restart" won't work.
This commit is contained in:
parent
af2aac8736
commit
fda456b82e
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ else
|
||||||
echo "exec /usr/local/bin/dockerd" > /etc/init/dockerd.conf
|
echo "exec /usr/local/bin/dockerd" > /etc/init/dockerd.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Restarting dockerd..."
|
echo "Starting dockerd..."
|
||||||
restart dockerd > /dev/null
|
start dockerd > /dev/null
|
||||||
|
|
||||||
echo "Finished!"
|
echo "Finished!"
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue