Actions
Bug #16059
closedRAM Disk cron jobs are not saved correctly
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
25.07
Release Notes:
Default
Affected Version:
2.8.0
Affected Architecture:
Description
After enabling RAM Disks at System > Advanced > Miscellaneous the related cron jobs are saved to the configuration with invalid values. For example:
<item>
<minute>0</minute>
<hour>*/{config_get_path('system/logsbackup')}</hour>
<mday>*</mday>
<month>*</month>
<wday>*</wday>
<who>root</who>
<command>/etc/rc.backup_logs.sh</command>
</item>
Updated by Georgiy Tyutyunnik 9 months ago
- Status changed from Feedback to Resolved
fixed in the latest 25.03 build
tested on:
25.03-BETA (amd64)
built on Mon Feb 17 20:02:00 UTC 2025
FreeBSD 15.0-CURRENT
Updated by Jim Pingle 4 months ago
- Plus Target Version changed from 25.03 to 25.07
Actions