From 1d39d1e3a91624edd3f59e3f010dd83d42c0d60e Mon Sep 17 00:00:00 2001 From: mckmonster Date: Fri, 9 Jun 2023 15:43:42 +0200 Subject: [PATCH] Revert my changes --- manifest.toml | 6 +++--- scripts/install | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index d46329a..02856dd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,7 +2,7 @@ packaging_format = 2 name = "Site TDAH-France" id = "spip_hypersupers" description.fr = "Installation SPIP pour une installation de dev pour le site TDAH-France" -version = "1.0.0~ynh5" +version = "1.0.0~ynh1" maintainers = ["mckmonster"] [upstream] @@ -37,8 +37,8 @@ ram.runtime = "1M" # type = "string" # default = "admin" - [install.password] - type = "password" + # [install.password] + # type = "password" # [install.users_status] # type = "string" diff --git a/scripts/install b/scripts/install index 99e43c3..caaa9a7 100644 --- a/scripts/install +++ b/scripts/install @@ -28,8 +28,6 @@ ynh_setup_source --dest_dir="$install_dir" chown -R $app:www-data "$install_dir" -echo "$password" | passwd --stdin $app - #================================================= # Get code from git #=================================================