We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6948a commit 47c9542Copy full SHA for 47c9542
files/image_config/updategraph/updategraph
@@ -44,9 +44,6 @@ if [ -f /tmp/pending_config_migration ]; then
44
if [ "$enabled" = "true" ]; then
45
echo "Use minigraph.xml from old system..."
46
cp /etc/sonic/old_config/minigraph.xml /etc/sonic/
47
- if [ -f /etc/sonic/old_config/init_cfg.json ]; then
48
- cp /etc/sonic/old_config/init_cfg.json /etc/sonic/
49
- fi
50
if [ -f /etc/sonic/old_config/snmp.yml ]; then
51
cp /etc/sonic/old_config/snmp.yml /etc/sonic/
52
fi
0 commit comments