mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-02-06 01:16:26 +00:00
8 lines
105 B
Bash
Executable File
8 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Fix some permissions
|
|
chown -R www-data:www-data /data
|
|
|
|
# Run apache
|
|
exec apache2-foreground
|