mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-11 19:02:42 +01:00
9 lines
206 B
Bash
9 lines
206 B
Bash
#!/bin/sh
|
|
echo "*"
|
|
echo "* Please give ownership to the web server user, the following directories:"
|
|
echo "*"
|
|
echo "* /etc/owncloud"
|
|
echo "* /var/lib/owncloud/data"
|
|
echo "* /var/lib/owncloud/apps"
|
|
echo "*"
|