From cc0b077a88337d6835e57c281b4569806a8f5500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:18:53 +0200 Subject: [PATCH] fix --- manifest.toml | 3 --- scripts/install | 9 --------- 2 files changed, 12 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0d8ba7e..5d75485 100644 --- a/manifest.toml +++ b/manifest.toml @@ -36,9 +36,6 @@ ram.runtime = "50M" [install.admin] type = "user" - - [install.password] - type = "password" [resources] diff --git a/scripts/install b/scripts/install index 43b4aab..e5e5201 100755 --- a/scripts/install +++ b/scripts/install @@ -75,15 +75,6 @@ pushd $install_dir ynh_exec_warn_less ynh_exec_as $app php${phpversion} spark migrate --all popd -#================================================= -# SETUP APPLICATION WITH CURL -#================================================= -ynh_script_progression --message="Finalizing installation..." --weight=1 - -ynh_local_curl "/cp-install" - -ynh_local_curl "/cp-install/create-superadmin" "username=$admin" "email=$email" "password=$password" - #================================================= # END OF SCRIPT #=================================================