mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
bugfix
This commit is contained in:
parent
aeb7f116f1
commit
5d9d87f20d
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ def dyndns_installcron():
|
|||
|
||||
"""
|
||||
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"))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue