diff --git a/conf/app.src b/conf/app.src index 0e4de38..4f8a3d6 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/discourse/discourse/archive/v2.7.10.tar.gz -SOURCE_SUM=550eeaaeaf28ca63be5efc4424cfb93a39fc90b4351c68f785979cc68e9cb65e +SOURCE_URL=https://github.com/discourse/discourse/archive/v2.7.11.tar.gz +SOURCE_SUM=da01ea751849ab924e5870430a91c73ff7c30fcc0a8d043a38608af2e1955542 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 6c39e75..813f4d7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Discussion platform", "fr": "Plateforme de discussion" }, - "version": "2.7.10~ynh1", + "version": "2.7.11~ynh1", "url": "http://Discourse.org", "upstream": { "license": "GPL-2.0", diff --git a/scripts/restore b/scripts/restore index acb2b3f..3f53b85 100644 --- a/scripts/restore +++ b/scripts/restore @@ -38,8 +38,7 @@ db_user=$db_name #================================================= ynh_script_progression --message="Validating restoration parameters..." -test ! -d $final_path \ - || ynh_die --message="There is already a directory: $final_path " +test ! -d $final_path || ynh_die --message="There is already a directory: $final_path " if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then :