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