mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 13:02:58 +02:00
owncloud: moved datadir to /var/owncloud/data
This commit is contained in:
committed by
Michael Tremer
parent
ac50b81ee4
commit
bccb7c5e48
@@ -23,8 +23,8 @@
|
||||
#
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
extract_files
|
||||
mkdir /srv/web/owncloud/data
|
||||
chown -R nobody:nobody /srv/web/owncloud/*
|
||||
mkdir /var/owncloud/data
|
||||
chown -R nobody:nobody /var/owncloud/*
|
||||
chmod 777 /srv/web/owncloud/apps
|
||||
chmod 777 /srv/web/owncloud/config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user