mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
instructions for dnsmasq and noip
This commit is contained in:
parent
7356998238
commit
338adfb1e3
@ -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; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user