Merge pull request #20 from nicedevil007/Alpine-Nextcloud

typo
pull/1850/head
nicedevil007 2 years ago committed by GitHub
commit 692aa8a174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ct/alpine-nextcloud.sh
  2. 4
      install/alpine-nextcloud-install.sh

@ -97,8 +97,8 @@ build_container
description
msg_ok "Completed Successfully!\n"
echo -e "To get the randomized Credentials for initial setup,
run the script again inside the LXC Container \n
echo -e "To get the randomized credentials for Setup-Wizard,
run the script again inside the LXC Container. \n
${APP} should be reachable by going to the following URL.
${BL}https://${IP}${CL} \n"

@ -30,7 +30,7 @@ $STD service mariadb start
$STD rc-update add mariadb
msg_ok "Installed Alpine-Nextcloud"
msg_info "Setting up MariaDB database"
msg_info "Setting up MySQL database"
DB_NAME=nextcloud
DB_USER=nextcloud
DB_PASS="$(openssl rand -base64 18 | cut -c1-13)"
@ -50,7 +50,7 @@ echo -e "Nextcloud Database User: \e[32m$DB_USER\e[0m" >>~/nextcloud.creds
echo -e "Nextcloud Database Password: \e[32m$DB_PASS\e[0m" >>~/nextcloud.creds
echo -e "Nextcloud Database Name: \e[32m$DB_NAME\e[0m" >>~/nextcloud.creds
$STD apk del mariadb-client
msg_ok "Set up MariaDB database"
msg_ok "Set up MySQL database"
msg_info "Installing Web-Server"
$STD apk add nextcloud-initscript

Loading…
Cancel
Save