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:
parent
bedab81d47
commit
98d75b3df9
1 changed files with 2 additions and 0 deletions
|
@ -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.*$",
|
||||
|
|
Loading…
Reference in a new issue