Skip to content

Commit

Permalink
Processing of first boot in rc.local should not have premature exit
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Persh <Howard_Persh@dell.com>
  • Loading branch information
hpersh-dell committed Jul 19, 2019
1 parent 4125d6a commit e99a91f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/image_config/platform/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e99a91f

Please sign in to comment.