1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal7_ynh.git synced 2024-09-03 18:26:19 +02:00

Fix bookworm

This commit is contained in:
yalh76 2023-08-03 02:06:05 +02:00
parent f4744174a1
commit 8cd7abf251
4 changed files with 11 additions and 7 deletions

View file

@ -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

View file

@ -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",

View file

@ -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"

View file

@ -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"