Skip to content

Commit

Permalink
add ^match
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <gulv@microsoft.com>
  • Loading branch information
lguohan committed Mar 17, 2018
1 parent 1367289 commit c8aa75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/x86_64/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ if [ "$install_env" = "onie" ]; then
if [ -f /etc/machine-build.conf ]; then
# onie_ variable are generate at runtime.
# they are no longer hardcoded in /etc/machine.conf
set | grep onie_ > $demo_mnt/machine.conf
set | grep ^onie_ > $demo_mnt/machine.conf
else
cp /etc/machine.conf $demo_mnt
fi
Expand Down

0 comments on commit c8aa75d

Please sign in to comment.