From cf3e28786cf829bc042226283399699195e21d79 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 12 Jun 2016 00:34:20 +0200 Subject: [PATCH] [mod] remove useless line --- src/yunohost/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/yunohost/app.py b/src/yunohost/app.py index caa38e95b..0a7c92947 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -108,7 +108,6 @@ def app_fetchlist(url=None, name=None): # Rename fetched temp list os.rename('%s.tmp' % list_file, list_file) - os.system("touch /etc/cron.d/yunohost-applist-%s" % name) os.system("echo '00 00 * * * root yunohost app fetchlist -u %s -n %s > /dev/null 2>&1' >/etc/cron.d/yunohost-applist-%s" % (url, name, name)) logger.success(m18n.n('appslist_fetched'))