diff --git a/etc/nextcloudpi-config.d/no-ip.sh b/etc/nextcloudpi-config.d/no-ip.sh index 497145c83..67e91dbae 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; }