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:
Diffstat (limited to 'bin/ncp-config')
-rwxr-xr-xbin/ncp-config8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ncp-config b/bin/ncp-config
index fd8a4ab2..f3ed02c9 100755
--- a/bin/ncp-config
+++ b/bin/ncp-config
@@ -15,12 +15,12 @@ BINDIR=/usr/local/bin/ncp
source /usr/local/etc/library.sh
{
- local latest_ver="$(cat /var/run/.ncp-latest-version)"
- local ncpversion="$(cat /usr/local/etc/ncp-version )"
- local chlogfile=/usr/local/etc/ncp-changelog
+ latest_ver="$(cat /var/run/.ncp-latest-version)"
+ ncpversion="$(cat /usr/local/etc/ncp-version )"
+ chlogfile=/usr/local/etc/ncp-changelog
# ask for update if outdated
ncp-test-updates 2>/dev/null && {
- [[ -f "$chlogfile" ]] && local changelog=$( head -4 "$chlogfile" )
+ [[ -f "$chlogfile" ]] && changelog=$( head -4 "$chlogfile" )
whiptail --backtitle "$backtitle $ncpversion" \
--title "NextCloudPi update available" \