November 13, 20169 yr Description: The "Shutdown time-out" value cannot be changed in the webGui and rc.local_shutdown is sourcing the wrong .cfg file for the "shutdownTimeout" value. How to reproduce: Try to change "Shutdown time-out" on the disk settings of the webGui. Expected results: The value will change from the default of 60. Actual results: The value never changes from 60. Other information: The rc.local_shutdown is sourcing the "shutdownTimeout" value from the wrong .cfg file so it will always default to 60 seconds, regardless of the disk.cfg setting. rc.local_shutdown snippet: # Get time-out setting /usr/bin/fromdos </boot/config/ident.cfg >/var/tmp/ident.cfg source /var/tmp/ident.cfg TIMEOUT=${shutdownTimeout:=60} ident.cfg should be disk.cfg.
Archived
This topic is now archived and is closed to further replies.