5 lines
81 B
Bash
5 lines
81 B
Bash
|
#!/usr/bin/env bash
|
||
|
a2enmod rewrite
|
||
|
service apache2 stop
|
||
|
exec apache2-foreground
|