Update 'config/nextcloud/nextcloud-config.sh'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apt install -y libmagickcore-6.q16-3-extra
|
||||
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nextcloud/php-fpm.ini -O /etc/php/"$phpver"/fpm/php.ini
|
||||
cd /tmp
|
||||
db_suffix=`expr $(ls -l /var/www | grep -c ^d) - 1`
|
||||
db_suffix=`expr $(ls -l /var/www | grep -c ^d)`
|
||||
db_name="nextcloud_$db_suffix"
|
||||
db_user="nextcloud_$db_suffix"
|
||||
db_pass=$(date +%s|sha256sum|base64|head -c 32)
|
||||
|
||||
Reference in New Issue
Block a user