Skip to content

Commit

Permalink
Merge pull request #259 from InterWerks/v1_7
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
litespeedtech authored Aug 27, 2021
2 parents 658184b + 0c3e8c4 commit 17c045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inst_admin_php()

if [ ! -d "$LSWS_HOME/admin/fcgi-bin/" ] ; then
mkdir -p "$LSWS_HOME/admin/fcgi-bin/"
echo "Mkdir $LSWS_HOME/admin/fcgi-bin/ for installing admni_php"
echo "Mkdir $LSWS_HOME/admin/fcgi-bin/ for installing admin_php"
fi

if [ "x$OS" = "xLinux" ] ; then
Expand Down

0 comments on commit 17c045c

Please sign in to comment.