From 8cd7abf25124ebd4ac504d0c422f094c4ec25fe6 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 3 Aug 2023 02:06:05 +0200 Subject: [PATCH] Fix bookworm --- check_process | 12 ++++++++---- manifest.json | 2 +- scripts/install | 2 +- scripts/upgrade | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/check_process b/check_process index 7494c1e..65576a7 100644 --- a/check_process +++ b/check_process @@ -16,13 +16,15 @@ setup_public=1 upgrade=1 # 7.0~ynh1 - upgrade=1 from_commit=89bf310b8ac87a61e5974508f2b41fbb32823e95 + #upgrade=1 from_commit=89bf310b8ac87a61e5974508f2b41fbb32823e95 # 7.73~ynh1 - upgrade=1 from_commit=6c565bad2d6083eac25eaee126d9eb32595d94b4 + #upgrade=1 from_commit=6c565bad2d6083eac25eaee126d9eb32595d94b4 # 7.78~ynh1 - upgrade=1 from_commit=cb923f310747825354b31bd697ae20d5930502cc + #upgrade=1 from_commit=cb923f310747825354b31bd697ae20d5930502cc # 7.78~ynh2 - upgrade=1 from_commit=2c8d03f61342041c2a4b482b82108dea351e3fde + #upgrade=1 from_commit=2c8d03f61342041c2a4b482b82108dea351e3fde + # 7.98~ynh1 + upgrade=1 from_commit=f4744174a13ab7247037783aafd3659226f4cb0a backup_restore=1 multi_instance=1 port_already_use=0 @@ -39,3 +41,5 @@ Notification=all name=7.78~ynh1 ; commit=2c8d03f61342041c2a4b482b82108dea351e3fde name=7.78~ynh2 + ; commit=f4744174a13ab7247037783aafd3659226f4cb0a + name=7.98~ynh1 diff --git a/manifest.json b/manifest.json index 7da1788..6b0b065 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Old version of a content management framework written in PHP", "fr": "Ancienne version d'un système de gestion de contenu écrit en PHP" }, - "version": "7.98~ynh1", + "version": "7.98~ynh2", "url": "https://www.drupal.org", "upstream": { "license": "GPL-2.0-or-later", diff --git a/scripts/install b/scripts/install index 0240150..0efe082 100644 --- a/scripts/install +++ b/scripts/install @@ -170,7 +170,7 @@ pushd "$final_path" chown -R $app:www-data "$final_path" popd -update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} +#update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} ynh_store_file_checksum --file="$final_path/$app/sites/default/settings.php" diff --git a/scripts/upgrade b/scripts/upgrade index 91a6180..894141c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -150,7 +150,7 @@ pushd "$final_path" chown -R $app:www-data "$final_path" popd -update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} +#update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} ynh_store_file_checksum --file="$final_path/$app/sites/default/settings.php"