Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Istiak Ferdous authored Jul 9, 2021
1 parent 4ce0bab commit 0c3e8c4
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 0c3e8c4

Please sign in to comment.