Skip to content

Commit

Permalink
fix restore-demo.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
slavas490 committed Dec 11, 2023
1 parent e8dcae7 commit 54631b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/restore-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ destinationDataDir="/data/hosted/"

echo "Removing $destinationDataDir"

rm -R ${destinationDataDir}
rm -R ${destinationDataDir}*

echo "Resetting to initial status from $originDataDir.."
cp -R ${originDataDir} ${destinationDataDir}
Expand Down

0 comments on commit 54631b7

Please sign in to comment.