From 164efd85eb8272363e2fa64b9d0052d366d7d4a8 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Tue, 9 Mar 2021 01:41:18 +0530 Subject: [PATCH] Updated to version 5.4 --- README.md | 2 +- manifest.json | 2 +- scripts/install | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1792490..ca4d2e07 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview [Hubzilla](https://hub.libranet.de/directory?f=&global=1&pubforums=1) is a social networking platform built with control of your privacy at center stage. Your online communications can be as public as you wish or as private as you require. Private conversations, private photos, private videos. Your media isn't hidden behind an obscure URL which can be guessed, it is protected by state-of-the-art cross-domain authentication. What this all means for you: **less drama**. -**Shipped version:** 5.2.2 +**Shipped version:** 5.4 ## Screenshots diff --git a/manifest.json b/manifest.json index 4c9f71b3..1778e45c 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://zotlabs.org/page/hubzilla/hubzilla-project", "license": "MIT", - "version": "5.2.2~ynh1", + "version": "5.4~ynh1", "maintainer": { "name": "Anmol Sharma" }, diff --git a/scripts/install b/scripts/install index 3ecc821a..9d83f264 100755 --- a/scripts/install +++ b/scripts/install @@ -27,7 +27,7 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url="/" admin=$YNH_APP_ARG_ADMIN -email=$(yunohost user info $admin | grep "mail:" | cut -d' ' -f2) +email=$(ynh_user_get_info $admin 'mail') upload="256M" random_string="$(ynh_string_random)$(ynh_string_random)$(ynh_string_random)" database=`expr $YNH_APP_ARG_DATABASE`