Browse Source

Guillemets en trop

pull/22/head
Maniack Crudelis 9 years ago
committed by GitHub
parent
commit
3c2d14eb00
  1. 4
      scripts/_common.sh

4
scripts/_common.sh

@ -5,8 +5,8 @@
APPNAME="nextcloud" APPNAME="nextcloud"
# Nextcloud version # Nextcloud version
LAST_VERSION="$(grep "VERSION=" "upgrade.d/upgrade.last.sh" | cut -d= -f2)"
NEXTCLOUD_SOURCE_SHA256="$(grep "NEXTCLOUD_SOURCE_SHA256=" "upgrade.d/upgrade.last.sh" | cut -d= -f2)"
LAST_VERSION=$(grep "VERSION=" "upgrade.d/upgrade.last.sh" | cut -d= -f2)
NEXTCLOUD_SOURCE_SHA256=$(grep "NEXTCLOUD_SOURCE_SHA256=" "upgrade.d/upgrade.last.sh" | cut -d= -f2)
# Package name for Nextcloud dependencies # Package name for Nextcloud dependencies

Loading…
Cancel
Save