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:
parent
f4744174a1
commit
8cd7abf251
4 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue