Remove redundant dnsmasq start command for alpine

- redundant dnsmasq start just shows up in the log, didn't hurt anything
- I previously update.sh replaced commenting out the service start with the alpine style startup command
This commit is contained in:
diginc 2016-10-07 12:13:02 -05:00
parent 2f0ed7e368
commit d15c4a287f
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ echo "Using $ip_versions"
test_configs
test_framework_stubbing
gravity.sh
dnsmasq -7 /etc/dnsmasq.d
gravity.sh # dnsmasq start included
php-fpm
nginx