server/srcs/welcome.sh

7 lines
181 B
Bash
Raw Permalink Normal View History

2023-03-01 04:35:27 +01:00
#!/bin/bash
service mysql start
service nginx start
service php7.3-fpm start
printf "Just go to localhost with a webbrowser on the host machine\n"
tail -f /var/log/nginx/access.log