instructions for dnsmasq and noip

This commit is contained in:
nachoparker 2017-06-13 18:15:19 +02:00
parent 7356998238
commit 338adfb1e3

View File

@ -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; }