Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
junglert committed Dec 19, 2020
1 parent c739644 commit 2db7c8c
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 @@ -43,7 +43,7 @@ case "${distribution}" in
echo -e "${TextColorYellow}[INSTALL]${TextColorNone}\tInstalling required packages"
sudo zypper install -y ${pkg_required} &> /dev/null
else
echo -e "${TextColorGreen}[NOTE ]${TextColorNone}\tRequired packages are alread installed"
echo -e "${TextColorGreen}[NOTE ]${TextColorNone}\tRequired packages are already installed"
fi
if ! grep "DirectoryIndex" ${path_file_conf} | grep -q "index.php"
then
Expand Down

0 comments on commit 2db7c8c

Please sign in to comment.