Removed unnecessary chmod command from Alpine section of README.md

Added note to Alpine section of README.md to install perl before running ddclient
This commit is contained in:
Tal 2014-03-10 21:29:44 -06:00
parent 056fab5531
commit b05bacec0d

View file

@ -61,9 +61,10 @@ INSTALLATION:
## For those using Alpine style rc files and using daemon-mode: ## For those using Alpine style rc files and using daemon-mode:
cp sample-etc_rc.d_init.d_ddclient.alpine /etc/init.d/ddclient cp sample-etc_rc.d_init.d_ddclient.alpine /etc/init.d/ddclient
chmod 755 /etc/init.d/ddclient
## enable automatic startup when booting ## enable automatic startup when booting
rc-update add ddclient rc-update add ddclient
## make sure you have perl installed
apk add perl
## start the first time by hand ## start the first time by hand
rc-service ddclient start rc-service ddclient start