mirror of
https://github.com/YunoHost-Apps/acropolis_ynh.git
synced 2024-09-03 18:06:22 +02:00
changes
This commit is contained in:
parent
5bc7c46e5d
commit
bff4361e7d
1 changed files with 1 additions and 4 deletions
|
@ -265,10 +265,7 @@ ynh_script_progression --message="Create initial admin user..."
|
|||
|
||||
pushd "$final_path"
|
||||
rake_exec="sudo -u $app $ynh_ruby_load_path RAILS_ENV=production bin/rake"
|
||||
ynh_exec_warn_less $rake_exec admin:create <<< "'thomas'
|
||||
'thomas@yopmail.com'
|
||||
'password'
|
||||
" #[$admin, $email, $password]
|
||||
ynh_exec_warn_less $rake_exec admin:create <<< ["thomas", "thomas@yopmail.com", "password"] #[$admin, $email, $password]
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue