1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-06 00:26:08 +02:00
Mailu/webmails/roundcube/start.sh
2017-11-04 18:48:22 +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