Skip to content

Commit

Permalink
Merge pull request #31 from nextcloud/12.0.2-1
Browse files Browse the repository at this point in the history
prepare 12.0.2 1
  • Loading branch information
blizzz authored Sep 5, 2017
2 parents 78ab14e + 848b70f commit 3ea7122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

app_name=nextcloud
app_version=12.0.2-0
app_version=12.0.2-1

ucs_version=4.1

Expand Down
2 changes: 1 addition & 1 deletion preinst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ NC_UCR_FILE="$NC_PERMCONFDIR/ucr"
mkdir -p "$NC_PERMCONFDIR"

APPLIANCE=false
if [ "`ucr get umc/web/appliance/idxx`" = "nextcloud" ]; then
if [ "`ucr get umc/web/appliance/id`" = "nextcloud" ]; then
APPLIANCE=true
fi

Expand Down

0 comments on commit 3ea7122

Please sign in to comment.