Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-06-13 19:15:19 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-13 19:59:06 +0300
commit338adfb1e3aac67f7de423ab962b84ac1aad3265 (patch)
tree2c75be599a35f2e6eaa77814190ff54e24b5e9bc
parent73569982381eca928d2ee41533c7595d8a3432a4 (diff)
instructions for dnsmasq and noipv0.12.17
-rw-r--r--etc/nextcloudpi-config.d/no-ip.sh12
1 files changed, 2 insertions, 10 deletions
diff --git a/etc/nextcloudpi-config.d/no-ip.sh b/etc/nextcloudpi-config.d/no-ip.sh
index 497145c8..67e91dba 100644
--- a/etc/nextcloudpi-config.d/no-ip.sh
+++ b/etc/nextcloudpi-config.d/no-ip.sh
@@ -27,7 +27,8 @@ show_info()
whiptail --yesno \
--backtitle "NextCloudPi configuration" \
--title "Info" \
-"For this step to succeed, you need to register a noip account first." \
+"For this step to succeed, you need to register a noip account first.
+Internet access is required for this configuration to complete." \
20 90
}
@@ -61,15 +62,6 @@ EOF
rm -r /tmp/noip
}
-show_info()
-{
- whiptail --yesno \
- --backtitle "NextCloudPi configuration" \
- --title "Warning" \
-"Internet access is required for this configuration to complete" \
- 20 90
-}
-
configure()
{
[[ $ACTIVE_ != "yes" ]] && { service noip2 stop; update-rc.d noip2 disable; return; }