removed comments, sry forgot

This commit is contained in:
nicedevil007 2023-09-29 07:49:28 +02:00
parent ee85647c17
commit 3a5bf64d3d
1 changed files with 0 additions and 5 deletions

View File

@ -220,10 +220,6 @@ $CONFIG = array (
'dbindex' => 0, 'dbindex' => 0,
'timeout' => 1.5, 'timeout' => 1.5,
), ),
'trusted_domains' =>
array (
0 => 'localhost',
),
'installed' => false, 'installed' => false,
); );
EOF EOF
@ -240,7 +236,6 @@ $STD rc-update add nextcloud default
msg_ok "Started Alpine-Nextcloud" msg_ok "Started Alpine-Nextcloud"
msg_info "Start Setup-Wizard" msg_info "Start Setup-Wizard"
#$STD chown -R www-data:www-data /usr/share/webapps/nextcloud
$STD cd /usr/share/webapps/nextcloud $STD cd /usr/share/webapps/nextcloud
$STD su nextcloud -s /bin/sh -c "php82 occ maintenance:install \ $STD su nextcloud -s /bin/sh -c "php82 occ maintenance:install \
--database='mysql' --database-name $DB_NAME \ --database='mysql' --database-name $DB_NAME \