Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmed-dev committed Jun 19, 2020
1 parent c79e906 commit 2c88833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockers/docker-orchagent/swssconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ function fast_reboot {
if [[ -f /fdb.json ]];
then
swssconfig /fdb.json
mv /fdb.json /fdb.json.1
mv -f /fdb.json /fdb.json.1
fi

if [[ -f /arp.json ]];
then
swssconfig /arp.json
mv /arp.json /arp.json.1
mv -f /arp.json /arp.json.1
fi

if [[ -f /default_routes.json ]];
then
swssconfig /default_routes.json
mv /default_routes.json /default_routes.json.1
mv -f /default_routes.json /default_routes.json.1
fi

;;
Expand Down

0 comments on commit 2c88833

Please sign in to comment.