Skip to content

Commit

Permalink
nextcloudpi-config: inform changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Nov 18, 2017
1 parent ff79eea commit 6ec3d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/nextcloudpi-config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ec3d2e

Please sign in to comment.