2021-11-07 16:53:29

This commit is contained in:
gbaconni
2021-11-07 16:53:29 +01:00
parent d1c3ad9be2
commit d92aacfe27
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/11/07 14:23:18 by gbaconni #+# #+# #
# Updated: 2021/11/07 16:51:02 by gbaconni ### lausanne.ch #
# Updated: 2021/11/07 16:53:26 by gbaconni ### lausanne.ch #
# #
# **************************************************************************** #
@@ -25,7 +25,7 @@ ft_apache ()
{
if ! dpkg --get-selections | grep -q '^apache2'
then
apt-get install -qq -y apache2 ssl-cert
apt-get install -qq -y ssl-cert apache2
fi
return 0
}
@@ -86,7 +86,7 @@ main ()
case "${1}" in
-u)
ft_update
$0
exec $0
;;
*)
ft_install