build-grav/run.sh

4 lines
71 B
Bash

#!/bin/sh
# Start PHP-FPM and Apache
php-fpm -F && service httpd start