You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-15 00:05:11 +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
|