apache2/start.sh

5 lines
56 B
Bash
Raw Normal View History

2022-03-01 15:41:08 +01:00
#!/bin/bash
apache2ctl start
tail -f /tmp/apache2/*log