We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d166a01 commit 530e2dcCopy full SHA for 530e2dc
files/image_config/platform/rc.local
@@ -226,6 +226,7 @@ if [ -f $FIRST_BOOT_FILE ]; then
226
# and create a flag in /tmp/ to let updategraph service know
227
if [ -d /host/old_config ]; then
228
mv -f /host/old_config /etc/sonic/
229
+ rm -rf /etc/sonic/old_config/old_config
230
touch /tmp/pending_config_migration
231
elif [ -f /host/minigraph.xml ]; then
232
mkdir -p /etc/sonic/old_config
0 commit comments