5 lines
43 B
Bash
5 lines
43 B
Bash
#!/bin/sh
|
|
|
|
# Stop docker
|
|
/sbin/stop docker
|
#!/bin/sh
|
|
|
|
# Stop docker
|
|
/sbin/stop docker
|