Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Fix typo line 706
Browse files Browse the repository at this point in the history
  • Loading branch information
shawniverson committed Sep 9, 2017
1 parent 629e9b1 commit fc076f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update/versions/EFA-Version-Upgrade-3.0.2.4
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ function finalize() {
# +---------------------------------------------------+
# Function to determine space needed for update
# +---------------------------------------------------+
funcion checkspace()
function checkspace()
{
# Get size of database area
DBSIZE=$(du -c /var/lib/mysql | tail -n 1 | awk '{print $1}')
Expand Down

0 comments on commit fc076f3

Please sign in to comment.