1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/roundcube/start.sh
2016-02-24 07:44:49 +01:00

8 lines
105 B
Bash
Executable File

#!/bin/sh
# Fix some permissions
chown -R www-data:www-data /data
# Run apache
exec apache2-foreground