3 lines
99 B
Bash
3 lines
99 B
Bash
#!/usr/bin/env bash
|
|
cp /var/www/html/sample-config/* /var/www/html/config/
|
|
exec apache2-foreground
|