build-grav/run.sh

5 lines
65 B
Bash

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