You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-12-09 23:11:51 +02:00
8 lines
105 B
Bash
8 lines
105 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# Fix some permissions
|
||
|
|
chown -R www-data:www-data /data
|
||
|
|
|
||
|
|
# Run apache
|
||
|
|
exec apache2-foreground
|