mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove useless line
This commit is contained in:
parent
2c0c53d06f
commit
cf3e28786c
1 changed files with 0 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Reference in a new issue