8 lines
156 B
Bash
8 lines
156 B
Bash
|
#!/bin/bash
|
||
|
# pluie/docker-images - a-Sansara (https://github.com/a-sansara)
|
||
|
|
||
|
. /scripts/common.sh
|
||
|
|
||
|
echo "[[ Starting Apache Daemon ]]"
|
||
|
httpd -D FOREGROUND
|