mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-22 03:39:05 +02:00
9 lines
124 B
Bash
Executable File
9 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Fix some permissions
|
|
mkdir -p /data/gpg
|
|
chown -R www-data:www-data /data
|
|
|
|
# Run apache
|
|
exec apache2-foreground
|