This commit is contained in:
root
2022-03-15 10:39:53 +01:00
parent f4890b1c87
commit f7e45ec47c
3 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
echo "starting apache2"
/sbin/apachectl start
echo -e "starting apache2"
apachectl start