Skip to content

Commit 5964b5b

Browse files
author
Daniel Hansson
authored
not root
1 parent 211bc01 commit 5964b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextcloud_install_production.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ sudo -u www-data php occ maintenance:install \
331331
--data-dir "$NCDATA" \
332332
--database "mysql" \
333333
--database-name "nextcloud_db" \
334-
--database-user "root" \
334+
--database-user "nc_mysql" \
335335
--database-pass "$NC_MYSQL_PASS" \
336336
--admin-user "$UNIXUSER" \
337337
--admin-pass "$UNIXPASS"

0 commit comments

Comments
 (0)