From 44dea640c6587a3599b427da9cdf79857fb4003a Mon Sep 17 00:00:00 2001 From: hagbard Date: Tue, 22 Jan 2019 10:33:19 -0800 Subject: Revert "Fix: T1178 - Scheduled script breaks ability to modify configuration" This reverts commit 632893abf5c7bf935d866462a107ed1eef1747b3. --- src/conf_mode/task_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf_mode/task_scheduler.py') diff --git a/src/conf_mode/task_scheduler.py b/src/conf_mode/task_scheduler.py index 0391d3edb..285afe2b5 100755 --- a/src/conf_mode/task_scheduler.py +++ b/src/conf_mode/task_scheduler.py @@ -27,7 +27,7 @@ from vyos import ConfigError crontab_file = "/etc/cron.d/vyos-crontab" -def format_task(minute="*", hour="*", day="*", dayofweek="*", month="*", user="vyos", rawspec=None, command=""): +def format_task(minute="*", hour="*", day="*", dayofweek="*", month="*", user="root", rawspec=None, command=""): fmt_full = "{minute} {hour} {day} {month} {dayofweek} {user} {command}\n" fmt_raw = "{spec} {user} {command}\n" -- cgit v1.2.3