up dockerd restart

This commit is contained in:
SirPdboy 2022-09-29 00:46:40 +08:00 committed by GitHub
parent b3263fa1de
commit 6e06ba49e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,5 +32,5 @@ remove_firewall(){
config_foreach remove_firewall firewall
# Convert ac_allowed_container to ac_allowed_ports
(sleep 30s && /etc/init.d/dockerman convert;/etc/init.d/dockerman restart) &
/etc/init.d/dockerd restart &
exit 0