Skip to content

Commit

Permalink
instructions for dnsmasq and noip
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Jun 13, 2017
1 parent 7356998 commit 338adfb
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions etc/nextcloudpi-config.d/no-ip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down Expand Up @@ -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; }
Expand Down

0 comments on commit 338adfb

Please sign in to comment.