Processing of first boot in rc.local should not have premature exit

Signed-off-by: Howard Persh <Howard_Persh@dell.com>
This commit is contained in:
Howard Persh 2019-07-19 16:01:19 -07:00
parent 4125d6ac62
commit e99a91ffc2

View File

@ -90,7 +90,6 @@ update_mgmt_interface_macaddr() {
firsttime_exit() {
rm -rf $FIRST_BOOT_FILE
exit 0
}
# Given a string of tuples of the form field=value, extract the value for a field