Skip to content

Commit

Permalink
exsit
Browse files Browse the repository at this point in the history
exsit typos
  • Loading branch information
stefanpejcic authored Sep 26, 2024
1 parent 22ae62a commit 6b2af5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ols1clk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ function config_php
sed -i 's|post_max_size = 8M|post_max_size = 256M|g' ${PHPINICONF}
sed -i 's|upload_max_filesize = 2M|upload_max_filesize = 256M|g' ${PHPINICONF}
else
echoY "${PHPINICONF} does not exsit, skip!"
echoY "${PHPINICONF} does not exist, skip!"
fi
}

Expand Down Expand Up @@ -2085,7 +2085,7 @@ function befor_install_display


if [ -e "$WORDPRESSPATH/wp-config.php" ] ; then
echoY "WordPress location: " "$WORDPRESSPATH (Exsiting)"
echoY "WordPress location: " "$WORDPRESSPATH (Existing)"
WORDPRESSINSTALLED=1
else
echoY "WordPress location: " "$WORDPRESSPATH (New install)"
Expand Down

0 comments on commit 6b2af5f

Please sign in to comment.