rename to install-centos.sh

pull/72/head
Eric Lagergren 5 years ago
parent b0a2ca57a9
commit ba0267d1cf
No known key found for this signature in database
GPG Key ID: 0B6BF46363DC234E

@ -14,6 +14,10 @@ echo "$SERVER_IP"
(
exec 2>/dev/null
if ! [ -x "$(command -v docker)" ]; then
yum install -y docker
fi
docker stop dnscrypt-server
docker stop watchtower
docker rm dnscrypt-server
Loading…
Cancel
Save