Update 'setup_nextcloud.sh'
This commit is contained in:
parent
0c4504783f
commit
919700abcd
@ -13,6 +13,9 @@ cp -r /nextcloud /var/www
|
||||
rm /nextcloud-$NEXTCLOUD_VERSION.tar.bz2
|
||||
rm -r /nextcloud
|
||||
|
||||
# Configure Nextcloud
|
||||
mkdir /var/www/nextcloud/custom_apps
|
||||
|
||||
# Get configs
|
||||
wget https://git.dfosd.synology.me/docker/ubuntu-nextcloud/raw/branch/master/nextcloud-config.php -O /var/www/nextcloud/config/config.php
|
||||
sed -i "s/NEXTCLOUD_PASSWORD_SALT/$NEXTCLOUD_PASSWORD_SALT/g" /var/www/nextcloud/config/config.php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user