MonarcAppBO/scripts/restart-server.sh

4 lines
101 B
Bash
Raw Permalink Normal View History

2016-11-02 10:45:41 +01:00
#!/bin/bash
service apache2 restart > /dev/null 2>&1 &
service php7.0-fpm restart > /dev/null 2>&1 &