Remove unused directory

This commit is contained in:
Bob Mottram 2015-03-23 22:19:43 +00:00
parent 528b79b12f
commit 66be886954
1 changed files with 0 additions and 4 deletions

View File

@ -8798,10 +8798,6 @@ function install_dynamicdns {
echo 'cache-dir /run/inadyn' >> /etc/inadyn.conf
chmod 600 /etc/inadyn.conf
if [ ! -d /etc/inadyn ]; then
mkdir /etc/inadyn
fi
echo '[Unit]' > /etc/systemd/system/inadyn.service
echo 'Description=inadyn (DynDNS updater)' >> /etc/systemd/system/inadyn.service
echo 'After=network.target' >> /etc/systemd/system/inadyn.service