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-11-17 14:45:20 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-18 17:00:40 +0300
commit2c25fa91d3402dac0473a98bccf6ac0f8af2116f (patch)
tree8da3e214aafca70020b96d426a60c563c141fbfd
parentbccbb5ba6cd7557aa2f9c476cc1b84e82f2a1486 (diff)
nextcloudpi-config: inform changelogv0.35.2
-rwxr-xr-xbin/nextcloudpi-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/nextcloudpi-config b/bin/nextcloudpi-config
index 5e59cf9e..d914121d 100755
--- a/bin/nextcloudpi-config
+++ b/bin/nextcloudpi-config
@@ -29,8 +29,8 @@ function nextcloud-config()
ncp-test-updates && \
whiptail --backtitle "$BACKTITLE $( cat /usr/local/etc/ncp-version )" \
--title "NextCloudPi update available" \
- --clear --yesno "Update to $( cat $VERFILE )?" \
- 10 40
+ --clear --yesno "Update to $( cat $VERFILE )?\n\n\n\nSee changes at\n\nhttps://github.com/nextcloud/nextcloudpi/blob/master/changelog.md" \
+ 20 70
[[ $? -eq $DIALOG_OK ]] && ncp-update
while true; do