Skip to content

Commit

Permalink
Revert "comment out db clearing for a short time"
Browse files Browse the repository at this point in the history
This reverts commit ab4d005.
  • Loading branch information
ern committed Jun 14, 2024
1 parent ab4d005 commit 85dd1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions restarts/mysql8-trunk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ if (( ${cleardb} != 1 && (${chour} >= ${shour}) && (${chour} <= ${ehour}) )); th
fi

if (( ${cleardb} == 1 )); then
# echo "Clearing database and assets"
# bin/clean-db.sh
echo "Clearing database and assets"
bin/clean-db.sh
fi

bin/clean-code.sh
Expand Down

0 comments on commit 85dd1c7

Please sign in to comment.