From a1cc5288d4d0acc4421271b5472695489167cab3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 7 Jul 2021 10:28:09 +0200 Subject: [PATCH] Update install --- scripts/install | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index 862bf3d..d89d000 100644 --- a/scripts/install +++ b/scripts/install @@ -92,11 +92,12 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) # SECURE FILES AND DIRECTORIES #================================================= -cp ../conf/password.php $final_path/ynh_password.php -cd $final_path -hash=$(php ynh_password.php $password) -rm ynh_password.php -cd - +#cp ../conf/password.php $final_path/ynh_password.php +#cd $final_path +#hash=$(php ynh_password.php $password) +#rm ynh_password.php +#cd - + # mail=$(ynh_user_get_info $admin mail) # # if ! ynh_package_is_installed "sqlite3" ; then # # ynh_package_install sqlite3