mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
fix
This commit is contained in:
parent
fe3ea3970c
commit
cc0b077a88
2 changed files with 0 additions and 12 deletions
|
@ -37,9 +37,6 @@ ram.runtime = "50M"
|
||||||
[install.admin]
|
[install.admin]
|
||||||
type = "user"
|
type = "user"
|
||||||
|
|
||||||
[install.password]
|
|
||||||
type = "password"
|
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
|
@ -75,15 +75,6 @@ pushd $install_dir
|
||||||
ynh_exec_warn_less ynh_exec_as $app php${phpversion} spark migrate --all
|
ynh_exec_warn_less ynh_exec_as $app php${phpversion} spark migrate --all
|
||||||
popd
|
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
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue