Skip to content

Commit 8f52753

Browse files
author
Ronald van Zantvoort
committed
vRouter: vr_cfg: Keep the original cfg
1 parent c10c324 commit 8f52753

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • systemvm/patches/debian/config/opt/cloud/bin

systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ do
9090
fi
9191
done < $cfg
9292

93-
#remove the configuration file, log file should have all the records as well
94-
rm -f $cfg
93+
# archive the configuration file
94+
mv $cfg /var/cache/cloud/processed/
9595

9696
# Flush kernel conntrack table
9797
log_it "VR config: Flushing conntrack table"

0 commit comments

Comments
 (0)