1
0
Fork 0

packaging v1-v2: not 100% sure about this but it shouldnt be needed anymore to declare phpversion/YNH_PHP_VERSION, the phpversion setting will automagically be created using the dependency list

This commit is contained in:
Alexandre Aubin 2023-02-03 02:43:20 +01:00
parent bedab81d47
commit 98d75b3df9

View file

@ -255,6 +255,8 @@ def cleanup_scripts_and_conf(folder):
"^db_user=.*$",
"^db_pwd=.*$",
"^datadir=.*$",
"^phpversion=.*$",
"^YNH_PHP_VERSION=.*$",
"^.*ynh_psql_test_if_first_run.*$",
"^.*ynh_mysql_setup_db.*$",
"^.*ynh_psql_setup_db.*$",