This commit is contained in:
Kload 2013-07-07 12:01:56 +02:00
parent aeb7f116f1
commit 5d9d87f20d

View file

@ -144,7 +144,7 @@ def dyndns_installcron():
""" """
os.system("touch /etc/cron.d/yunohost-dyndns") os.system("touch /etc/cron.d/yunohost-dyndns")
os.system("echo '*/30 * * * * root yunohost dyndns update -u >>/dev/null' >/etc/cron.d/yunohost-dyndns") os.system("echo '*/30 * * * * root yunohost dyndns update >> /dev/null' >/etc/cron.d/yunohost-dyndns")
win_msg(_("DynDNS cron installed")) win_msg(_("DynDNS cron installed"))