Skip to content

Commit 3f6304b

Browse files
committed
add instruction to remove this script when complete
1 parent a217331 commit 3f6304b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dockerd-configuration-options/uninstall-dockerd-scripts.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# uninstall-dockerd-scripts.sh 3.28.341 2018-05-08_16:23:59_CDT https://github.com/BradleyA/docker-scripts uadmin six-rpi3b.cptx86.com 3.27
3+
# add instruction to remove this script when complete
24
# uninstall-dockerd-scripts.sh 3.27.340 2018-05-08_10:54:15_CDT https://github.com/BradleyA/docker-scripts uadmin six-rpi3b.cptx86.com 3.26
35
# testing complete, additional testing maybe needed, ready for use
46
# uninstall-dockerd-scripts.sh 3.25.338 2018-05-08_10:34:15_CDT https://github.com/BradleyA/docker-scripts uadmin six-rpi3b.cptx86.com 3.24
@@ -86,4 +88,5 @@ rm -rf /etc/systemd/system/docker.service.wants
8688
systemctl daemon-reload
8789
#
8890
echo "${NORMAL}${0} ${LINENO} [${BOLD}INFO${NORMAL}]: Run '${BOLD}sudo systemctl restart docker${NORMAL}'" 1>&2
91+
echo "${NORMAL}${0} ${LINENO} [${BOLD}INFO${NORMAL}]: Run '${BOLD}rm ${0}${NORMAL}'" 1>&2
8992
###

0 commit comments

Comments
 (0)