5 lines
90 B
Bash
5 lines
90 B
Bash
#!/bin/sh
|
|
mkdir -p /data/uploads
|
|
chown -R www-data:www-data /data
|
|
exec apache2-foreground
|