Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
junglert authored Dec 19, 2020
1 parent 2d83fa1 commit 091b742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ case "${distribution}" in
else
echo -e "${TextColorGreen}[NOTE ]${TextColorNone}\tRequired packages are alread installed"
fi
if ! grep "DirctoryIndex" ${path_file_conf} | grep -q "index.php"
if ! grep "DirctoryIndex" ${path_file_conf} | grep -q "index.php"
then
echo -e "${TextColorGreen}[NOTE ]${TextColorNone}\tPhp is already supported by the apache configuration"
else
Expand Down

0 comments on commit 091b742

Please sign in to comment.