Add newline for better readability in install function
This commit is contained in:
parent
a8b7d1cce4
commit
44706b2426
@ -92,7 +92,8 @@ function update() {
|
|||||||
function install() {
|
function install() {
|
||||||
read -erp "Enter URL of Nextcloud, example: (http://127.0.0.1:8080): " NEXTCLOUD_SERVER
|
read -erp "Enter URL of Nextcloud, example: (http://127.0.0.1:8080): " NEXTCLOUD_SERVER
|
||||||
read -rsp "Enter Nextcloud auth token (press Enter to use username/password instead): " NEXTCLOUD_AUTH_TOKEN
|
read -rsp "Enter Nextcloud auth token (press Enter to use username/password instead): " NEXTCLOUD_AUTH_TOKEN
|
||||||
|
printf "\n"
|
||||||
|
|
||||||
if [[ -z "$NEXTCLOUD_AUTH_TOKEN" ]]; then
|
if [[ -z "$NEXTCLOUD_AUTH_TOKEN" ]]; then
|
||||||
read -erp "Enter Nextcloud username: " NEXTCLOUD_USERNAME
|
read -erp "Enter Nextcloud username: " NEXTCLOUD_USERNAME
|
||||||
read -rsp "Enter Nextcloud password: " NEXTCLOUD_PASSWORD
|
read -rsp "Enter Nextcloud password: " NEXTCLOUD_PASSWORD
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user