Project

General

Profile

« Previous | Next » 

Revision 8f798977

Added by Scott Ullrich about 18 years ago

Remove configuration lock that would be acquired when you login to ssh after a firmware update.

Ticket #1258

View differences:

etc/rc.firmware
144 144
	if [ -f /tmp/no_upgrade_reboot_required ]; then
145 145
		rm /tmp/no_upgrade_reboot_required
146 146
	else
147
		rm -f /var/run/config.lock
147 148
		sh /etc/rc.reboot
148 149
	fi
149 150
	;;
......
232 233
	if [ -f /tmp/no_upgrade_reboot_required ]; then
233 234
		rm /tmp/no_upgrade_reboot_required
234 235
	else
236
		rm -f /var/run/config.lock
235 237
		sh /etc/rc.reboot
236 238
	fi
237 239
	;;

Also available in: Unified diff