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