mirror of
https://github.com/moby/moby.git
synced 2026-08-08 17:11:38 +00:00
Packaging|ubuntu, issue #601: Allow packaging prerm to do its job
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Stop docker
|
||||
/sbin/stop docker
|
||||
if [ "`pgrep -f '/usr/bin/docker -d'`" != "" ]; then /sbin/stop docker; fi
|
||||
|
||||
Reference in New Issue
Block a user